Skip to content

Commit aec5cd8

Browse files
committed
fix Stubby
1 parent d915487 commit aec5cd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Install/openWRT23_install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,16 +324,16 @@ fi
324324

325325
echo
326326

327-
qSDNS_PORT='y'
327+
qStubbyDNS_PORT='y'
328328
DNSMASQ_Relay_port=$DNS_port
329329
echo
330330

331331
STUBBY='1'
332332
DNS_IP='127.0.0.1'
333-
read -p 'DNS-Relay to STUBBY [Y/n] ' -s -n 1 qSDNS_PORT
333+
read -p 'DNS-Relay to STUBBY [Y/n] ' -s -n 1 qStubbyDNS_PORT
334334

335335

336-
if [ "$qSDNS_PORT" = "" ]
336+
if [ "$qSstubbyDNS_PORT" = "" ]
337337
then
338338
STUBBY='1'
339339
elif [ "$SNDS_PORT" = "y" ]
@@ -342,7 +342,7 @@ if [ "$qSDNS_PORT" = "" ]
342342
else
343343
STUBBY='0'
344344
DNSMASQ_relay_port=$DNS_port
345-
DNS_PORT=$qDNS_PORT
345+
SDNS_PORT=$qDNS_PORT
346346
DNS_IP=$INET_GW
347347
fi
348348
echo $DNS_IP

0 commit comments

Comments
 (0)