-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplaybook.yml
More file actions
29 lines (28 loc) · 1.24 KB
/
Copy pathplaybook.yml
File metadata and controls
29 lines (28 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
- hosts: relays
vars:
tor_ContactInfo: ContactInfo email:friendlyexitnode[]protonmail.com url:https://frichetten.com proof:uri-rsa abuse:friendlyexitnode[]protonmail.com gpg:0a1ecd857a657025d03591cb175d1ce2981e686a twitter:frichette_n hoster:buyvm.net cost:15.00USD uplinkbw:10 memory:2048 virtualization:KVM btc:34neRz8QcWKsfiLF7HjDTSrVkB3Tx8vKjZ zec:t1Vx3Feb7ByrLVeiPbZrqeVihAhuXRPVDae offlinemasterkey:y signingkeylifetime:90 sandbox:y os:Ubuntu/20.04 autoupdate:y confmgmt:ansible dnslocation:local dnssec:y dnslocalrootzone:y ciissversion:2 trafficacct:unmetered
tor_nicknamefile: "./tor_nicknamefile.csv"
tor_exit_notice_file: "tor_exit_notice_file.html"
tor_ExitRelay: True
tor_enableControlSocket: True
tor_ports:
- { orport: 443, dirport: 80 }
- { orport: 8443, dirport: 8080 }
tor_ExitPolicy:
- reject 0.0.0.0/8:*
- reject 127.0.0.0/8:*
- reject 192.168.0.0/16:*
- reject 10.0.0.0/8:*
- reject 172.16.0.0/12:*
- reject 209.141.45.189:*
- reject 44.128.0.0/16:*
- reject 169.254.0.0/15:*
- reject 62.141.55.117:*
- reject 62.141.54.117:*
- reject *:25
- reject *:465
- reject *:587
- accept *:*
roles:
- nusenu.relayor