Skip to content

Commit

Permalink
replace echo " with echo '
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi authored Dec 5, 2023
1 parent 156e99d commit 1fdb9fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openWRT23_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ rm AdGuardHome_linux_armv5.tar.gz
define_variables() {
#----------------------------------------------------------------------------
echo
echo "define variables"
echo 'define variables'
echo
#
_port="67"
Expand Down Expand Up @@ -1091,7 +1091,7 @@ NETFLIX_SRV="54.204.25.0/28 23.23.189.144/28 34.195.253.0/25 35.163.200.168/28"
VIDEO_SRV="52.192.0.0/11 99.86.3.59/24 18.236.7.30/11 217.148.99.11/28 46.137.171.215/11 34.241.244.104/24 207.45.72.215/11 "$NETFLIX_SRV

echo
echo "variables defineds"
echo 'variables defineds'
echo
}

Expand Down Expand Up @@ -3929,7 +3929,7 @@ uci add_list unbound.@zone[-1].server=zone_name='arpa.'
uci add_list unbound.@zone[-1].server=zone_name='in-addr.arpa.'
uci add_list unbound.@zone[-1].server=zone_name='ip6.arpa.'

echo "Tor: "$TOR_ONION
echo 'Tor: '$TOR_ONION
if [ "$TOR_ONION" = "0" ]
then
uci add unbound zone
Expand All @@ -3945,7 +3945,7 @@ if [ "$TOR_ONION" = "0" ]
uci add_list unbound.@zone[-1].server '2606:4700:4700::1001'
uci add_list unbound.@zone[-1].zone_name '.'

echo "Zone Cloudflair"
echo 'Zone Cloudflair'

elif [ "$DNS_Relay_port" = "5453"]
then
Expand All @@ -3959,7 +3959,7 @@ elif [ "$DNS_Relay_port" = "5453"]
uci set unbound.@zone[-1].forward_tls_upstream='yes'
uci set unbound.@zone[-1].forward_addr='127.0.0.1 @'$DNS_STUBBY_port

echo "Zone Cloudflair over Stubby"
echo 'Zone Cloudflair over Stubby'

else

Expand All @@ -3985,7 +3985,7 @@ else
uci set unbound.@zone[-1].forward_tls_upstream='yes'
uci set unbound.@zone[-1].forward_addr='dns4torpnlfs2ifuz2s2yf3fc7rdmsbhm6rw75euj35pac6ap25zgqad.onion @'$DNS_TOR_port

echo "Zone Cloudflair over TOR"
echo 'Zone Cloudflair over TOR'
fi

echo
Expand Down

0 comments on commit 1fdb9fc

Please sign in to comment.