Add missing private subnet

This commit is contained in:
Xu Tianliang 2022-01-03 04:39:51 +08:00
parent 2fdd6b8c39
commit 8dea774cee
No known key found for this signature in database
GPG Key ID: 7FF3F70CD1C04346
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ softap_list=()
v2ray_share=false
proxy_for_app=false
proxy_for_guest=false
intranet=(0.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 224.0.0.0/4 240.0.0.0/4)
intranet=(0.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 224.0.0.0/4 240.0.0.0/4)
suit_iptables_version() {
iptables_version=`iptables -V | grep -o "v1\.[0-9]"`