From 83d924824972d7e1c7efc632b1786fd9fbf11958 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 27 Nov 2024 00:36:32 -0800 Subject: [PATCH] Update Adguard regex + cmd_overrides --- config/vpn-providers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/vpn-providers.json b/config/vpn-providers.json index 5f2f3bcf..c2a6afe1 100644 --- a/config/vpn-providers.json +++ b/config/vpn-providers.json @@ -61,10 +61,11 @@ "countries": "list-locations", "connect": "connect -y -l", "log": "status", + "account": "license", "version": "--version" }, "regex": { - "status": "\/VPN is disconnected\/", + "status": "\/vpn is disconnected\/", "pattern": "/^([A-Z]{2})\\s+.*?\\s([A-Za-z]+(?:\\s[A-Za-z]+)?)\\s+\\d+$/m", "replace": "$2", "slice": 3