Publishing thunix as an onion service: thunixme5v4rnoby.onion

This commit is contained in:
Ubergeek
2019-05-17 17:13:19 +00:00
parent b773f65d27
commit d0a9a68719
5 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#This play configs tor for us
---
- name: Deploy torrc file
copy:
src: ../files/etc/tor/torrc
dest: /etc/tor/torrc
owner: root
mode: 0644
- name: Deploy hidden service files
copy:
src: ../files/var/lib/tor/hidden_service/hostname
dest: /var/lib/tor/hidden_service/hostname
owner: root
mode: 0600