try doing tor config

This commit is contained in:
keyan 2021-06-10 13:36:31 -05:00
parent 24fe3b3038
commit 03e58363ba
1 changed files with 9 additions and 1 deletions

View File

@ -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