diff --git a/.ebextensions/tor.config b/.ebextensions/tor.config index b8928d9d..c33bbb5a 100644 --- a/.ebextensions/tor.config +++ b/.ebextensions/tor.config @@ -2,4 +2,12 @@ commands: 00_install_epel: command: 'sudo amazon-linux-extras install epel' 01_install_tor: - command: 'sudo yum install -y tor' \ No newline at end of file + 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