good night
This commit is contained in:
@@ -11,4 +11,8 @@ apt_repositories_sources:
|
||||
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
|
||||
- deb http://security.ubuntu.com/ubuntu focal-security main restricted
|
||||
- deb http://security.ubuntu.com/ubuntu focal-security universe
|
||||
- deb http://security.ubuntu.com/ubuntu focal-security multiverse
|
||||
- deb http://security.ubuntu.com/ubuntu focal-security multiverse
|
||||
|
||||
|
||||
|
||||
chisel_server: false
|
||||
@@ -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