mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
blockcheck: cosmetics
This commit is contained in:
parent
05d299e13d
commit
75c50c3140
@ -436,9 +436,9 @@ check_domain_https()
|
||||
configure_ip_version()
|
||||
{
|
||||
if [ "$IPV" = 6 ]; then
|
||||
IPTABLES=ip6tables;
|
||||
LOCALHOST=::1;
|
||||
LOCALHOST_IPT=[::1];
|
||||
IPTABLES=ip6tables
|
||||
LOCALHOST=::1
|
||||
LOCALHOST_IPT=[::1]
|
||||
else
|
||||
IPTABLES=iptables
|
||||
LOCALHOST=127.0.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user