diff --git a/pkg/util/util.go b/pkg/util/util.go index 1f5352e..08fd9c9 100644 --- a/pkg/util/util.go +++ b/pkg/util/util.go @@ -15,7 +15,7 @@ const ( ) // GetServiceByHost returns a service's URL depending on what type of network -// is accessed (www, i2p, yggdrasil). +// is accessed (www, i2p, tor, yggdrasil). func GetServiceByHost(host, service string) string { if strings.HasSuffix(host, "i2p") { switch service {