fix: remove 53 from SKIP_PORTS

This commit is contained in:
SunBK201 2025-12-09 12:54:38 +08:00
parent 64afa4a68d
commit beaaf678e3

View File

@ -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