blockcheck: cosmetics

This commit is contained in:
bol-van 2021-12-09 20:24:41 +03:00
parent 05d299e13d
commit 75c50c3140

View File

@ -436,9 +436,9 @@ check_domain_https()
configure_ip_version() configure_ip_version()
{ {
if [ "$IPV" = 6 ]; then if [ "$IPV" = 6 ]; then
IPTABLES=ip6tables; IPTABLES=ip6tables
LOCALHOST=::1; LOCALHOST=::1
LOCALHOST_IPT=[::1]; LOCALHOST_IPT=[::1]
else else
IPTABLES=iptables IPTABLES=iptables
LOCALHOST=127.0.0.1 LOCALHOST=127.0.0.1