We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4360325 commit 4c4e08cCopy full SHA for 4c4e08c
hosting/service.go
@@ -23,7 +23,8 @@ const (
23
)
24
25
// Based on Whonix best practices:
26
-// http://www.dds6qkxpwdeubwucdiaord2xgbbeyds25rbsgr73tbfpqpt4a6vjwsyd.onion/wiki/Dev/Whonix_friendly_applications_best_practices#Listen_Interface
+// http://www.dds6qkxpwdeubwucdiaord2xgbbeyds25rbsgr73tbfpqpt4a6vjwsyd.onion
27
+// /wiki/Dev/Whonix_friendly_applications_best_practices#Listen_Interface
28
func defaultHost() string {
29
allInterfaces := "0.0.0.0"
30
localhostInterface := "127.0.0.1"
0 commit comments