From 20b063a10e94f970d5a875580cf59b63114821a8 Mon Sep 17 00:00:00 2001 From: DaTekShaman Date: Sat, 27 Dec 2025 19:11:26 +0300 Subject: [PATCH] Add authentication details for local SOCKS5/HTTP(S) server --- config-clash/cadian/cadian.current.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config-clash/cadian/cadian.current.yaml b/config-clash/cadian/cadian.current.yaml index 6982189..ac610c2 100644 --- a/config-clash/cadian/cadian.current.yaml +++ b/config-clash/cadian/cadian.current.yaml @@ -11,8 +11,9 @@ lan-allowed-ips: bind-address: "*" # authentication of local SOCKS5/HTTP(S) server -# authentication: -# - "user1:pass1" +authentication: + - "inquisitor:271828ir314159" + - "servitor:271828sr314159" # ————————————————————————————————————————————————— EXTERNAL CONTROLLER ————————————————————————————————————————————————— external-controller: 0.0.0.0:9090