mirror of
https://github.com/bol-van/zapret2.git
synced 2026-08-27 20:46:10 +04:00
init.d: extend discord media ports to 19294-19344
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
outbound and ip and
|
||||
(udp.DstPort>=50000 and udp.DstPort<=50099 or udp.DstPort>=12294 and udp.DstPort<=13344) and
|
||||
(udp.DstPort>=50000 and udp.DstPort<=50099 or udp.DstPort>=19294 and udp.DstPort<=19344) and
|
||||
udp.PayloadLength=74 and
|
||||
udp.Payload32[0]=0x00010046 and
|
||||
udp.Payload32[2]=0 and
|
||||
|
||||
Reference in New Issue
Block a user