porkbun-ddns: update APIBASE
Sometime recently Porkbun changed their basename. > Please note that porkbun.com is no longer supported as the hostname for our API. Please use api.porkbun.com as the correct hostname moving forward.
This commit is contained in:
parent
a984858a7f
commit
2940e7c5fb
@ -9,7 +9,7 @@ from dataclasses import dataclass, fields as datafields
|
||||
from enum import Enum, unique
|
||||
from typing import List, Optional
|
||||
|
||||
APIBASE = "https://porkbun.com/api/json/v3/dns"
|
||||
APIBASE = "https://api.porkbun.com/api/json/v3/dns"
|
||||
|
||||
|
||||
def dataclass_from_dict(klass: object, d: dict):
|
||||
|
Loading…
x
Reference in New Issue
Block a user