Explorar o código

rename chnroute.ipset to chnroute.set

zfl9 %!s(int64=8) %!d(string=hai) anos
pai
achega
a406f36e56
Modificáronse 3 ficheiros con 3 adicións e 3 borrados
  1. 2 2
      README.md
  2. 0 0
      chnroute.set
  3. 1 1
      ss-tproxy.conf

+ 2 - 2
README.md

@@ -65,9 +65,9 @@ ss-tproxy 脚本运行于 Linux 系统,用于实现类似 Windows SS/SSR 客
 - `ss-tproxy.conf`:配置文件
 - `ss-tproxy.conf`:配置文件
 - `ss-tproxy.service`:服务文件
 - `ss-tproxy.service`:服务文件
 - `gfwlist.txt`:gfwlist 域名文件,不可配置
 - `gfwlist.txt`:gfwlist 域名文件,不可配置
-- `gfwlist.ext`:gfwlsit 黑名单文件,可配置
+- `gfwlist.ext`:gfwlsit 黑名单文件,允许配置
+- `chnroute.set`:chnroute for ipset,不可配置
 - `chnroute.txt`:chnroute for chinadns,不可配置
 - `chnroute.txt`:chnroute for chinadns,不可配置
-- `chnroute.ipset`:chnroute for ipset,不可配置
 
 
 **配置**
 **配置**
 - 脚本的配置文件为 `/etc/tproxy/ss-tproxy.conf`,修改后重启脚本才能生效
 - 脚本的配置文件为 `/etc/tproxy/ss-tproxy.conf`,修改后重启脚本才能生效

+ 0 - 0
chnroute.ipset → chnroute.set


+ 1 - 1
ss-tproxy.conf

@@ -134,7 +134,7 @@ dns_direct=(114.114.114.114 119.29.29.29)
 ## iptables 配置
 ## iptables 配置
 iptables_pbr_number='100'                        # PBR 路由表号
 iptables_pbr_number='100'                        # PBR 路由表号
 iptables_pbr_fwmark='0x2333/0x2333'              # PBR fwmark值
 iptables_pbr_fwmark='0x2333/0x2333'              # PBR fwmark值
-iptables_ipset_file='/etc/tproxy/chnroute.ipset' # 大陆地址段 ipset 文件
+iptables_ipset_file='/etc/tproxy/chnroute.set'   # 大陆地址段 ipset 文件
 iptables_intranet=(192.168.0.0/16)               # 内网网段,多个空格隔开
 iptables_intranet=(192.168.0.0/16)               # 内网网段,多个空格隔开
 # 如果 iptables_intranet 中含有非"标准"网段,"标准"网段为:
 # 如果 iptables_intranet 中含有非"标准"网段,"标准"网段为:
 # 10.0.0.0/8、169.254.0.0/16、172.16.0.0/12、192.168.0.0/16
 # 10.0.0.0/8、169.254.0.0/16、172.16.0.0/12、192.168.0.0/16