Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit b7072aa9 authored by Romain Garbage's avatar Romain Garbage
Browse files

build-node: Don't map tor on http(s).

* build-node.scm (services): Modify tor-hidden-service mappings.
parent 645e3cb8
No related branches found
No related tags found
1 merge request!16build-node: Don't map tor on http(s).
......@@ -96,11 +96,9 @@
(service avahi-service-type) ;for Cuirass
;; SSH and HTTP/HTTPS available over Tor.
;; SSH available over Tor.
(tor-hidden-service "http"
'((22 "127.0.0.1:22")
(80 "127.0.0.1:80")
(443 "127.0.0.1:443")))
'((22 "127.0.0.1:22")))
(service ntp-service-type)
(service qemu-binfmt-service-type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment