8
VotesWireGuard VPN, DoH, Custom Rules for Firewall
This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
WireGuard VPN, DoH, Custom Rules for Firewall
Hello, I would like to request functions in the router such as:
WireGuard VPN,
Custom Rules for Firewall
for rules like this
iptables -t raw -I PREROUTING -p udp --sport 53 -m string --hex-string "" --algo bm --from 50 --to 80 -j DROP
iptables -t raw -I PREROUTING -p tcp --sport 80 -m string --hex-string '' --algo bm --from 150 --to 350 -j DROP
iptables -t mangle -I PREROUTING -p tcp --sport 443 -m u32 --u32 "" -j DROP"
DNS-over-HTTPS
Hostnames
Thanks.