Update README.md

This commit is contained in:
juewuy
2020-07-23 10:22:02 +08:00
committed by GitHub
parent bd27372fc8
commit 4ee3be65a6

View File

@@ -41,12 +41,10 @@ sed -i '/port=5335/d' /etc/dnsmasq.conf #重置dnsmasq监听端口为默认值
service dnsmasq restart #重启dnsmasq服务报错“cp: can't stat '/etc/dnsmasq.d/*'……”可无视,不放心可重启系统)
```
```Shell
#停止clash透明网关-Redir模式
#停止clash透明网关-Redir模式(需重启设备)
service clash disable #禁用clash开机启动
service clash stop #停止clash服务
sed -i '/port=5335/d' /etc/dnsmasq.conf #重置dnsmasq监听端口为默认值port:53)
service dnsmasq restart #重启dnsmasq服务报错“cp: can't stat '/etc/dnsmasq.d/*'……”可无视,不放心可重启系统)
service firewall restart #重启防火墙以重置iptables规则
reboot #重启设备
```
```Shell
#停止后再次启用clash透明网关