Skip to content

Commit 46d32a2

Browse files
committed
Disable realhost DNS task one more time
1 parent 7e6f0c0 commit 46d32a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Sources/Helpers/APIServer/APIServer+Start.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ extension APIServer {
115115
}
116116

117117
// start up realhost DNS
118+
/*
118119
group.addTask {
119120
let localhostResolver = LocalhostDNSHandler(log: log)
120121
do {
@@ -137,6 +138,7 @@ extension APIServer {
137138
)
138139
try await dnsServer.run(host: Self.listenAddress, port: Self.localhostDNSPort)
139140
}
141+
*/
140142
}
141143
} catch {
142144
log.error("\(commandName) failed", metadata: ["error": "\(error)"])

0 commit comments

Comments
 (0)