Skip to content

Instantly share code, notes, and snippets.

@austriancoder
Created July 13, 2019 13:36
Show Gist options
  • Save austriancoder/4885d51580b76a38fd4d9b5256fb13c3 to your computer and use it in GitHub Desktop.
Save austriancoder/4885d51580b76a38fd4d9b5256fb13c3 to your computer and use it in GitHub Desktop.
USG CloudFlare configuration
{
"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