youtubeUnblock/owrt/537-youtubeUnblock.nft

6 lines
240 B
Plaintext
Raw Normal View History

#!/usr/sbin/nft -f
2024-08-11 21:59:13 +00:00
# This file install nftables rules for openwrt
insert rule inet fw4 mangle_forward tcp dport 443 ct original packets < 20 counter queue num 537 bypass
insert rule inet fw4 output mark and 0x8000 == 0x8000 counter accept