mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 16:57:08 +00:00
fix: remove 53 from SKIP_PORTS
This commit is contained in:
parent
64afa4a68d
commit
beaaf678e3
@ -25,7 +25,7 @@ const (
|
||||
const (
|
||||
LANSET = "UA3F_LAN"
|
||||
SKIP_IPSET = "UA3F_SKIP_IPSET"
|
||||
SKIP_PORTS = "22,53,51080,51090"
|
||||
SKIP_PORTS = "22,51080,51090"
|
||||
FAKEIP_RANGE = "198.18.0.0/16,198.18.0.1/15,28.0.0.1/8"
|
||||
HELPER_QUEUE = 10301
|
||||
DESYNC_QUEUE = 10901
|
||||
|
||||
Loading…
Reference in New Issue
Block a user