v1.9.1alpha3
~增加主旁转发模式(未妥善测试) ~将DNS进阶设置移动到2-2dns模式设置列表内 ~将ipv6进阶设置移动到2-1运行模式设置内
This commit is contained in:
@@ -2414,7 +2414,7 @@ testcommand(){
|
||||
if [ "$firewall_mod" = "nftables" ];then
|
||||
nft list table inet shellcrash
|
||||
else
|
||||
[ "$firewall_area" = 1 -o "$firewall_area" = 3 ] && {
|
||||
[ "$firewall_area" = 1 -o "$firewall_area" = 3 -o "$firewall_area" = 5 ] && {
|
||||
echo ----------------Redir+DNS---------------------
|
||||
iptables -t nat -L PREROUTING --line-numbers
|
||||
iptables -t nat -L shellcrash_dns --line-numbers
|
||||
|
||||
Reference in New Issue
Block a user