hello world

This commit is contained in:
2026-04-14 23:12:26 -05:00
commit 7801a9af98
3 changed files with 143 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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"
]
}```