if [ "$1" = "0" ] && [ "$2" = "0" ]; then
if [[ $1 -eq 0 ]] && [[ $2 -eq 0 ]]; then
view "internal" { match-clients { 192.168.0.0/24; }; zone "evpatoria.com.ua" { type master; file "int/evpatoria.com.ua"; notify no; }; };
view "external" { match-clients { any; };
zone "evpatoria.com.ua" { type master; file "ext/evpatoria.com.ua"; notify yes; }; };
2>&1 | sort
|&