Skip to content

Commit

Permalink
docs: clean sample
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Nov 12, 2023
1 parent 93fd9eb commit f58d1ca
Showing 1 changed file with 2 additions and 47 deletions.
49 changes: 2 additions & 47 deletions services/core/ddns/config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,53 +3,8 @@
{
"provider": "cloudflare",
"zone_identifier": "REDACTED",
"domain": "100terres.com",
"host": "*.fedi",
"ttl": 1,
"token": "REDACTED",
"ip_version": "ipv4"
},
{
"provider": "cloudflare",
"zone_identifier": "REDACTED",
"domain": "100terres.com",
"host": "home",
"ttl": 1,
"token": "REDACTED",
"ip_version": "ipv4"
},
{
"provider": "cloudflare",
"zone_identifier": "REDACTED",
"domain": "100terres.com",
"host": "*.home",
"ttl": 1,
"token": "REDACTED",
"ip_version": "ipv4"
},
{
"provider": "cloudflare",
"zone_identifier": "REDACTED",
"domain": "100terres.com",
"host": "self-hosting-demo",
"ttl": 1,
"token": "REDACTED",
"ip_version": "ipv4"
},
{
"provider": "cloudflare",
"zone_identifier": "REDACTED",
"domain": "100terres.net",
"host": "@",
"ttl": 1,
"token": "REDACTED",
"ip_version": "ipv4"
},
{
"provider": "cloudflare",
"zone_identifier": "REDACTED",
"domain": "100terres.social",
"host": "@",
"domain": "example.com",
"host": "subdomain",
"ttl": 1,
"token": "REDACTED",
"ip_version": "ipv4"
Expand Down

0 comments on commit f58d1ca

Please sign in to comment.