mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 22:36:03 +00:00
6 lines
237 B
Plaintext
6 lines
237 B
Plaintext
#!/usr/sbin/nft -f
|
|
# This file install nftables rules for openwrt
|
|
|
|
add 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
|