This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # CHANGE THESE | |
| #下記の""の中を書き換える | |
| auth_email="登録しているメールアドレス" | |
| auth_key="CloudflareのGlobal API Key" # found in cloudflare account settings | |
| zone_name="登録しているドメイン" | |
| record_name="IP通知したいドメイン(FQDN)" | |
| # MAYBE CHANGE THESE |