mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 14:26:11 +00:00
ba4dce1df1
Add iptables connbytes counter thanks to this comment https://github.com/Waujito/youtubeUnblock/issues/17#issuecomment-2266359878
6 lines
206 B
Plaintext
6 lines
206 B
Plaintext
#!/usr/sbin/nft -f
|
|
# This file
|
|
|
|
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
|