Restrict inbound traffic

This commit is contained in:
Owen
2026-01-26 15:21:28 -08:00
parent 7c7762ebc5
commit c88810ef24
2 changed files with 112 additions and 1 deletions

View File

@@ -839,7 +839,7 @@ func (s *UDPProxyServer) clearSessionsForIP(ip string) {
s.wgSessions.Delete(key)
}
logger.Info("Cleared %d sessions for WG IP: %s", len(keysToDelete), ip)
logger.Debug("Cleared %d sessions for WG IP: %s", len(keysToDelete), ip)
}
// // clearProxyMappingsForWGIP removes all proxy mappings that have destinations pointing to a specific WireGuard IP