9f1bacac9e15e57740215d69e1430cc8ddcc0700
Dynamic DNS Client for Porkbun API
To use, put binary in a folder with a file named ".env". The contents of the .env file should be JSON in the following format:
"secretapikey": "XXXXXXXXXXXXX",
"apikey": "XXXXXXXXXXXXX",
"domains": [
"example.com",
"example.net",
"example.io"
]
}```
Source Go code is included, I need to fix the package and stuff up though
Description
Languages
Go
100%