v1.3.2-test

~本机代理功能增加iptables增强模式(仅支持Linux系统)
~优化iptables增强模式机制,修复潜在报错
~修复mesh设备开机启动后shellclash无法正常工作的bug(待测试)
This commit is contained in:
juewuy
2021-05-16 22:10:10 +08:00
parent 734c8d3f4a
commit fcfbc29219
8 changed files with 23 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
User=root
ExecStart=su shellclash -c "/etc/clash/clash -d /etc/clash"
ExecStart=/etc/clash/clash -d /etc/clash
ExecStartPost=/etc/clash/start.sh afstart
Restart=on-failure
RestartSec=3s