This commit is contained in:
vmorganp
2024-08-14 03:04:13 -07:00
parent 89aa33ebbd
commit d5e6bb48cb

View File

@@ -150,7 +150,7 @@ func (lg LazyGroup) getActiveClients() int {
var allSocks []netstat.SockTabEntry
// ipv4
if ipv6Enabled {
if ipv4Enabled {
udpSocks, err := netstat.UDPSocks(netstat.NoopFilter)
check(err)
allSocks = append(allSocks, udpSocks...)