mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 22:36:03 +00:00
6 lines
194 B
Plaintext
6 lines
194 B
Plaintext
|
#!/usr/sbin/nft -f
|
||
|
# This file
|
||
|
|
||
|
add rule inet fw4 mangle_forward tcp dport 443 ct packets < 20 counter queue num 537 bypass
|
||
|
insert rule inet fw4 output mark and 0x8000 == 0x8000 counter accept
|