mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 14:26:11 +00:00
6 lines
240 B
Plaintext
6 lines
240 B
Plaintext
#!/usr/sbin/nft -f
|
|
# 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
|