Rework into using nftables, along with proper Xray DNS configuration
This commit is contained in:
6
etc/xray/revert.sh
Normal file
6
etc/xray/revert.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
nft delete table ip xray
|
||||
ip route del local default dev lo table 100
|
||||
ip rule del table 100
|
||||
rm -f /tmp/xray_startup_executed
|
||||
Reference in New Issue
Block a user