Push old broken role to edit it on new laptop
This commit is contained in:
24
templates/3proxy.cfg.j2
Normal file
24
templates/3proxy.cfg.j2
Normal file
@@ -0,0 +1,24 @@
|
||||
# {{ ansible_managed }}
|
||||
nserver 127.0.0.1
|
||||
nscache 1048576
|
||||
|
||||
external 0.0.0.0
|
||||
internal 0.0.0.0
|
||||
|
||||
auth strong
|
||||
maxconn 512
|
||||
socks -p{{ cfg_3proxy.socks_port }}
|
||||
|
||||
{% for item in cfg_3proxy.users %}
|
||||
users "{{ item }}"
|
||||
{% endfor %}
|
||||
|
||||
{% for item in cfg_3proxy.include %}
|
||||
include "{{ item }}"
|
||||
{% endfor %}
|
||||
|
||||
chroot {{ cfg_3proxy.chroot | default(cfg_3proxy_defaults.chroot) }}
|
||||
setgid {{ cfg_3proxy_user_info.group | default(cfg_3proxy_defaults.group) }}
|
||||
setuid {{ cfg_3proxy_user_info.uid | default(cfg_3proxy_defaults.user) }}
|
||||
|
||||
end
|
Reference in New Issue
Block a user