Skip to content

Commit

Permalink
Added info on how to set root + subdomains
Browse files Browse the repository at this point in the history
fixes #46
  • Loading branch information
mietzen committed Mar 19, 2024
1 parent 69f58d9 commit 31a4a36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ $ porkbun-ddns "./config.json" domain.com my_subdomain
# Multiple subdomains:
$ porkbun-ddns "./config.json" domain.com my_subdomain_1 my_subdomain_2 my_subdomain_3

# Set root and subdomains:
$ porkbun-ddns "./config.json" domain.com @ my_subdomain_1 my_subdomain_2 my_subdomain_3

# Get config from environment variable:
# PORKBUN_APIKEY
# PORKBUN_SECRETAPIKEY
Expand Down

0 comments on commit 31a4a36

Please sign in to comment.