chisel
This commit is contained in:
@@ -148,6 +148,10 @@ chisel_proxychains_conf:
|
||||
regexp: "^AUTH=--auth {{ chisel_basic_auth }}"
|
||||
state: present
|
||||
line: "AUTH=--auth {{ chisel_basic_auth }}"
|
||||
- path: "/etc/chisel/{{ chisel_config_name }}.conf"
|
||||
regexp: "^HOST=--host {{ chisel_server_host }}"
|
||||
state: present
|
||||
line: "HOST=--host {{ chisel_server_host }}"
|
||||
# proxychains replace socks4 to socks5
|
||||
- path: "/etc/proxychains.conf"
|
||||
regexp: "^socks4 127.0.0.1 9050"
|
||||
|
||||
Reference in New Issue
Block a user