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:
		| @@ -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): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user