From bf3f7157eef2273fc81ee55ca4d91d429fd58f0d Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 25 Sep 2023 12:52:07 +0200 Subject: [PATCH] chisel --- host_vars/scaleway_fr.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/host_vars/scaleway_fr.yml b/host_vars/scaleway_fr.yml index 7115a2a..561ddcf 100644 --- a/host_vars/scaleway_fr.yml +++ b/host_vars/scaleway_fr.yml @@ -135,18 +135,16 @@ chisel_config_name: chisel-server chisel_server_host: 163.172.84.28 chisel_server_port: 8080 chisel_proxychains_conf: -# chisel enable socks5 - - path: "/etc/chisel/{{ chisel_config_name }}" +# chisel enable socks5, reverse and basic auth + - path: "/etc/chisel/{{ chisel_config_name }}.conf" regexp: "^SOCK5=--socks5" state: present line: "SOCK5=--socks5" -# chisel enable reverse - - path: "/etc/chisel/{{ chisel_config_name }}" + - path: "/etc/chisel/{{ chisel_config_name }}.conf" regexp: "^PID=--reverse" state: present line: "PID=--reverse" -# chisel set up basic auth - - path: "/etc/chisel/{{ chisel_config_name }}" + - path: "/etc/chisel/{{ chisel_config_name }}.conf" regexp: "^AUTH=--auth {{ chisel_basic_auth }}" state: present line: "AUTH=--auth {{ chisel_basic_auth }}"