try doing tor config
This commit is contained in:
parent
24fe3b3038
commit
03e58363ba
@ -3,3 +3,11 @@ commands:
|
|||||||
command: 'sudo amazon-linux-extras install epel'
|
command: 'sudo amazon-linux-extras install epel'
|
||||||
01_install_tor:
|
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…
x
Reference in New Issue
Block a user