You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-42Lines changed: 14 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,10 @@ Hint: It may take up to one minute, until the service is announced in the tor ne
12
12
13
13
Be careful: Using the default 127.0.0.1 as Onion Service IP-address could possibly leak meta data: https://help.riseup.net/en/security/network-security/tor/onionservices-best-practices#be-careful-of-localhost-bypasses
14
14
15
-
Supports [Next Gen Onion Services](https://trac.torproject.org/projects/tor/wiki/doc/NextGenOnions#Howtosetupyourownprop224service) only if tor version >= [0.3.2.1](https://blog.torproject.org/tor-0321-alpha-released-support-next-gen-onion-services-and-kist-scheduler)!
16
-
Since Tor 0.3.5.0 HiddenServices v3 is the default. You have to set `onion_version: 2` if you want to use former onion services.
15
+
Only supports Onion Services in version 3 previously known as [Next Gen Onion Services](https://trac.torproject.org/projects/tor/wiki/doc/NextGenOnions#Howtosetupyourownprop224service) only if tor version >= [0.3.2.1](https://blog.torproject.org/tor-0321-alpha-released-support-next-gen-onion-services-and-kist-scheduler)!
16
+
17
+
Version 2 Onion Services are currently in a [deprecation phase](https://blog.torproject.org/v2-deprecation-timeline).
18
+
If you need an v2 onion service, please use a previous release of this role!
17
19
18
20
Role Variables
19
21
--------------
@@ -66,56 +68,26 @@ onion_active: True
66
68
onion_ipaddr: 192.168.3.12
67
69
68
70
onion_services:
69
-
ssh:
70
-
onion_hostname:
71
-
onion_version: 2
72
-
onion_ports:
73
-
- [22, 22]
74
-
onion_private_key:
75
-
mail:
76
-
onion_hostname:
77
-
onion_version: 2
78
-
onion_ports:
79
-
- [25, 25] #[redirected_from, redirected_to]
80
-
- [587,587]
81
-
onion_private_key:
82
-
examplewithhostname:
83
-
onion_hostname: onionurl.onion
84
-
onion_version: 2
71
+
#
72
+
# nextgeneration onion (v3) only available in tor >= 0.3.2.1
0 commit comments