Rework into using nftables, along with proper Xray DNS configuration
This commit is contained in:
9
etc/xray/custom_rules.sh
Normal file
9
etc/xray/custom_rules.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Source the function definitions
|
||||
. /etc/xray/fwd_functions.sh
|
||||
|
||||
# Add your custom rules here
|
||||
# See the fwd_functions.sh for the available functions
|
||||
# Example: Exclude traefik HTTP+HTTPS
|
||||
# direct_port_range_for_ip "192.168.1.165" 80 443
|
||||
Reference in New Issue
Block a user