From e93a4d7623854f22bdf1983e94b5e3ee5f5c8311 Mon Sep 17 00:00:00 2001 From: trendless Date: Mon, 15 Jun 2026 21:37:00 -0600 Subject: [PATCH] Update install add dns server domain setting --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d1fb0ed..dc438d9 100755 --- a/scripts/install +++ b/scripts/install @@ -70,7 +70,8 @@ else fi mytoken1=$(curl -s "http://127.0.0.1:5380/api/user/createToken?user=admin&pass=admin&tokenName=mytoken1" | jq -r '.token') -curl -s "http://localhost:5380/api/settings/set?dnsServerLocalEndPoints=$endpoints&Token=$mytoken1" +curl -s "http://localhost:5380/api/settings/set?dnsServerLocalEndPoints=$endpoints&token=$mytoken1" +curl -s "http://localhost:5380/api/settings/set?dnsServerDomain=$domain&token=$mytoken1" #================================================= # RESTART SYSTEMD SERVICE