good night
This commit is contained in:
@@ -125,11 +125,11 @@ chisel_server_host: 163.172.84.28
|
||||
chisel_server_port: 8080
|
||||
chisel_proxychains_conf:
|
||||
- path: "/etc/chisel/{{ chisel_config_name }}"
|
||||
regexp: "^# SOCK5"
|
||||
line: "SOCK5=--sock5"
|
||||
regexp: "^SOCK5=--sock5"
|
||||
state: present
|
||||
- path: "/etc/proxychains.conf"
|
||||
regexp: "^socks4"
|
||||
line: "#socks4"
|
||||
regexp: "^socks4 127.0.0.1 9050"
|
||||
state: "absent"
|
||||
- path: "/etc/proxychains.conf"
|
||||
regexp: "^# meanwile"
|
||||
line: "socks5 {{ chisel_server_host }} 1080"
|
||||
regexp: "^socks5 {{ chisel_server_host }} 1080"
|
||||
state: present
|
||||
Reference in New Issue
Block a user