Skip to content

Commit

Permalink
Merge pull request #473 from stescobedo92/inadyn-porkbun-support
Browse files Browse the repository at this point in the history
Add porkbun support
  • Loading branch information
troglobit authored Apr 16, 2024
2 parents 4a12547 + 4309036 commit 7d576c4
Show file tree
Hide file tree
Showing 5 changed files with 420 additions and 2 deletions.
7 changes: 7 additions & 0 deletions examples/porkbun-ipv4-only.conf
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
}
2 changes: 1 addition & 1 deletion plugins/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inadyn_SOURCES += common.c changeip.c cloudflare.c \
inadyn_SOURCES += common.c changeip.c cloudflare.c porkbun.c \
cloudxns.c ddnss.c dhis.c \
dnsexit.c dnspod.c duckdns.c \
duiadns.c dyndns.c dynv6.c \
Expand Down
Loading

0 comments on commit 7d576c4

Please sign in to comment.