good night

This commit is contained in:
2023-09-25 01:17:05 +02:00
parent 7563ddb880
commit 2948da5d2f
3 changed files with 49 additions and 28 deletions

View File

@@ -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

View File

@@ -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