From 6d09c1c545055031b8e38e4210c15b442473d125 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 25 Sep 2023 12:54:30 +0200 Subject: [PATCH] chisel --- host_vars/scaleway_fr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/host_vars/scaleway_fr.yml b/host_vars/scaleway_fr.yml index 561ddcf..e888f89 100644 --- a/host_vars/scaleway_fr.yml +++ b/host_vars/scaleway_fr.yml @@ -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"