Handle browser gateway push pam auth

Former-commit-id: 1ba9a419cb
This commit is contained in:
Owen
2026-06-04 11:28:20 -07:00
parent e5bf31d118
commit 8eddb908e0
7 changed files with 91 additions and 14 deletions
+2 -2
View File
@@ -253,9 +253,9 @@ func (pm *ProxyManager) SetTNet(tnet *netstack.Net) {
func (pm *ProxyManager) SetBlocked(v bool) {
pm.blocked.Store(v)
if v {
logger.Info("ProxyManager: connection blocking enabled, new connections will be dropped")
logger.Debug("ProxyManager: connection blocking enabled, new connections will be dropped")
} else {
logger.Info("ProxyManager: connection blocking disabled, accepting connections")
logger.Debug("ProxyManager: connection blocking disabled, accepting connections")
}
}