Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/passteque/gluetun
/ stopServer
Method
stopServer
internal/dns/run.go:115–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
func
(l *Loop) stopServer() {
116
stopErr := l.server.Stop()
117
if
stopErr != nil {
118
l.logger.Error(
"stopping server: "
+ stopErr.Error())
119
}
120
}
Callers
2
setupServer
Method · 0.95
runWait
Method · 0.95
Calls
2
Stop
Method · 0.65
Error
Method · 0.65
Tested by
no test coverage detected