From 31a4a362487e36033f41653a41e2522a7ea7bc1d Mon Sep 17 00:00:00 2001 From: Nils Stein <31704359+mietzen@users.noreply.github.com> Date: Tue, 19 Mar 2024 20:09:57 +0100 Subject: [PATCH] Added info on how to set root + subdomains fixes #46 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 433f815..478a0b7 100644 --- a/README.md +++ b/README.md @@ -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