()
| 81 | ) |
| 82 | |
| 83 | func 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. |