paulbsd-salt/states/tor/torrc.j2

9 lines
337 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 }}
2021-08-19 21:15:24 +02:00
ContactInfo {{ tor.config.syscontact }}