Created
July 13, 2019 13:36
-
-
Save austriancoder/4885d51580b76a38fd4d9b5256fb13c3 to your computer and use it in GitHub Desktop.
USG CloudFlare configuration
This file contains 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
{ | |
"service": { | |
"dns": { | |
"dynamic": { | |
"interface": { | |
"<WAN interface eg eth0>": { | |
"service": { | |
"cloudflare": { | |
"host-name": [ | |
"<insert A record name here eg. usg.example.com>" | |
], | |
"login": "<CloudFlare E-Mail>", | |
"options": [ | |
"zone=<DNS Zone eg. example.com>" | |
], | |
"password": "<CloudFlare Global API Key>", | |
"protocol": "cloudflare", | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment