diff options
Diffstat (limited to 'Command')
-rw-r--r-- | Command/EnableTor.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/EnableTor.hs b/Command/EnableTor.hs index d12a6e446..c81968a55 100644 --- a/Command/EnableTor.hs +++ b/Command/EnableTor.hs @@ -56,6 +56,6 @@ start os = do where go uuid userid = do (onionaddr, onionport) <- liftIO $ - addHiddenService "tor-annex" userid (fromUUID uuid) + addHiddenService torAppName userid (fromUUID uuid) storeP2PAddress $ TorAnnex onionaddr onionport stop |