paulbsd-salt/states/tor/templates/torrc.j2

10 lines
338 B
Plaintext
Raw Normal View History

2020-07-10 00:58:55 +02:00
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
2020-07-30 14:10:22 +02:00
2020-07-10 00:58:55 +02:00
{% from "tor/map.jinja" import tor with context %}
ORPort {{ tor.config.exit_port }}
SocksPort {{ tor.config.client_host }}:{{ tor.config.client_port }}
ExitPolicy {{ tor.config.exit_policy }}
Nickname {{ tor.config.nickname }}
2023-03-10 00:06:23 +01:00
ContactInfo {{ tor.config.syscontact }}