try doing tor config
This commit is contained in:
parent
24fe3b3038
commit
03e58363ba
|
@ -2,4 +2,12 @@ commands:
|
|||
00_install_epel:
|
||||
command: 'sudo amazon-linux-extras install epel'
|
||||
01_install_tor:
|
||||
command: 'sudo yum install -y tor'
|
||||
command: 'sudo yum install -y tor'
|
||||
files:
|
||||
"/etc/tor/torrc":
|
||||
mode: "000644"
|
||||
owner: root
|
||||
group: root
|
||||
content: |
|
||||
HTTPTunnelPort: 127.0.0.1:7050
|
||||
SocksPort: 0
|
||||
|
|
Loading…
Reference in New Issue