updated tor state

This commit is contained in:
Paul 2023-03-10 00:06:23 +01:00
parent ea6fa77944
commit e4e892e5ab
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
tor-config:
file.managed:
- name: /etc/tor/torrc
- source: salt://tor/torrc.j2
- source: salt://tor/templates/torrc.j2
- user: root
- group: root
- mode: "0660"

View File

@ -6,4 +6,4 @@ ORPort {{ tor.config.exit_port }}
SocksPort {{ tor.config.client_host }}:{{ tor.config.client_port }}
ExitPolicy {{ tor.config.exit_policy }}
Nickname {{ tor.config.nickname }}
ContactInfo {{ tor.config.syscontact }}
ContactInfo {{ tor.config.syscontact }}