From 59623b7410a00d274527f3fccb77221e13fe245d Mon Sep 17 00:00:00 2001 From: Ross Brackett Date: Tue, 10 Aug 2021 11:01:52 -0700 Subject: [PATCH] changing to the IPv4 endpoint by default to fix IPv6 issues --- config.json.example | 2 +- porkbun-ddns.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 porkbun-ddns.py diff --git a/config.json.example b/config.json.example index 2c7490b..2936205 100644 --- a/config.json.example +++ b/config.json.example @@ -1,4 +1,4 @@ -{ "endpoint":"https://porkbun.com/api/json/v3", +{ "endpoint":"https://api-ipv4.porkbun.com/api/json/v3", "apikey": "", "secretapikey": "" } \ No newline at end of file diff --git a/porkbun-ddns.py b/porkbun-ddns.py old mode 100644 new mode 100755