We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d915487 commit aec5cd8Copy full SHA for aec5cd8
Install/openWRT23_install.sh
@@ -324,16 +324,16 @@ fi
324
325
echo
326
327
-qSDNS_PORT='y'
+qStubbyDNS_PORT='y'
328
DNSMASQ_Relay_port=$DNS_port
329
330
331
STUBBY='1'
332
DNS_IP='127.0.0.1'
333
-read -p 'DNS-Relay to STUBBY [Y/n] ' -s -n 1 qSDNS_PORT
+read -p 'DNS-Relay to STUBBY [Y/n] ' -s -n 1 qStubbyDNS_PORT
334
335
336
-if [ "$qSDNS_PORT" = "" ]
+if [ "$qSstubbyDNS_PORT" = "" ]
337
then
338
339
elif [ "$SNDS_PORT" = "y" ]
@@ -342,7 +342,7 @@ if [ "$qSDNS_PORT" = "" ]
342
else
343
STUBBY='0'
344
DNSMASQ_relay_port=$DNS_port
345
- DNS_PORT=$qDNS_PORT
+ SDNS_PORT=$qDNS_PORT
346
DNS_IP=$INET_GW
347
fi
348
echo $DNS_IP
0 commit comments