Skip to content

Commit

Permalink
Added examples of .config files for ipv6 and ipv4
Browse files Browse the repository at this point in the history
  • Loading branch information
stescobedo92 committed Feb 20, 2024
1 parent 2d188ef commit 19fcef8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/porkbun-ipv4-only.conf
@@ -0,0 +1,7 @@
provider porkbun.com {
checkip-server = checkip.porkbun.com
username = zone.com
password = api_token #Create a unique custom api token with the following permissions: Zone.Zone - Read, Zone.DNS - Edit.
hostname = yourhostname.yourdomain.com
ttl = 400 #optional, by default is 300 seconds
}
9 changes: 9 additions & 0 deletions examples/porkbun-ipv6-only.conf
@@ -0,0 +1,9 @@
allow-ipv6 = true

provider porkbun.com {
checkip-server = checkip.porkbun.com
username = zone.com
password = api_token #Create a unique custom api token with the following permissions: Zone.Zone - Read, Zone.DNS - Edit.
hostname = yourhostname.yourdomain.com
ttl = 400 #optional, by default is 300 seconds
}

0 comments on commit 19fcef8

Please sign in to comment.