You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
234 B
12 lines
234 B
5 years ago
|
ORPort 9001
|
||
|
DirPort 9030
|
||
|
ExitPolicy reject *:*
|
||
|
CookieAuthentication 1
|
||
|
|
||
|
Nickname {{ $.Env.TOR_RELAY_NICKNAME}}
|
||
|
ContactInfo {{ $.Env.TOR_RELAY_EMAIL}}
|
||
|
|
||
|
|
||
|
{{ if $.Env.ADDITIONAL_TORRC_CONFIG }}
|
||
|
{{ $.Env.ADDITIONAL_TORRC_CONFIG}}
|
||
|
{{ end }}
|