Some minor changes..

This commit is contained in:
Christoph 2023-02-11 16:02:49 +01:00
parent 372f1fb9f2
commit 0decc57848

View File

@ -889,7 +889,7 @@ echo ""
# - DHCP
# ---
echononl "\t\tLocal DHCP Client"
echononl "\tLocal DHCP Client"
if [[ ${#dhcp_client_interfaces_arr[@]} -gt 0 ]] ; then
for _dev in ${dhcp_client_interfaces_arr[@]} ; do
@ -903,7 +903,7 @@ else
fi
echononl "\t\tDHCP Service (local network only)"
echononl "\tDHCP Service (local network only)"
if $local_dhcp_service ; then
for _dev in ${local_if_arr[@]} ; do
@ -925,7 +925,7 @@ fi
# - DHCP Failover
# ---
echononl "\t\tDHCP Failover Server"
echononl "\tDHCP Failover Server"
if $local_dhcp_service && [[ ${#dhcp_failover_server_ip_arr[@]} -gt 0 ]] ; then
for _ip in ${dhcp_failover_server_ip_arr[@]} ; do
$ip6t -A INPUT -p tcp --dport $dhcp_failover_port -s $_ip -m conntrack --ctstate NEW -j ACCEPT
@ -941,7 +941,7 @@ fi
# - DNS out only
# ---
echononl "\t\tDNS out only"
echononl "\tDNS out only"
# - Nameservers on the INET must be reachable for the local recursiv nameserver
# - but also for all others
@ -966,7 +966,7 @@ echo_done
# - DNS Service Gateway
# ---
echononl "\t\tDNS Service Gateway"
echononl "\tDNS Service Gateway"
# - Local Nameservice
# -
@ -1011,7 +1011,7 @@ fi
# - DNS Services at local Network
# ---
echononl "\t\tDNS Service local Network"
echononl "\tDNS Service local Network"
# - Make nameservers at the local network area rechable for all
# -
@ -4772,7 +4772,7 @@ fi
# ---
echo ""
ec:,hononl "\t\tGaming UDP local Ports out"
echononl "\t\tGaming UDP local Ports out"
if $allow_gaming_out ; then
for _dev in ${ext_if_arr[@]} ; do