MCPcopy
hub / github.com/safing/portmaster / startNotify

Function startNotify

service/compat/notify.go:83–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81)
82
83func startNotify() {
84 dnsQueryInterception = config.Concurrent.GetAsBool(cfgOptionDNSQueryInterceptionKey, true)
85
86 systemIssueNotificationLock.Lock()
87 defer systemIssueNotificationLock.Unlock()
88
89 manualDNSSetupRequired.message = fmt.Sprintf(
90 manualDNSSetupRequiredMessage,
91 `"127.0.0.1"`,
92 )
93}
94
95// SetNameserverListenIP sets the IP address the nameserver is listening on.
96// The IP address is used in compatibility notifications.

Callers 1

startFunction · 0.85

Calls 3

LockMethod · 0.65
UnlockMethod · 0.65
GetAsBoolMethod · 0.45

Tested by

no test coverage detected