From 655cdd85b209ad901bb33ee11184aad6c4f80eec Mon Sep 17 00:00:00 2001 From: xmdhs Date: Fri, 17 Nov 2023 20:46:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=20urltest=20/=20sel?= =?UTF-8?q?ector?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend.html | 16 +++++++- service/arg.go | 100 ++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 109 insertions(+), 7 deletions(-) diff --git a/frontend.html b/frontend.html index c0cb168..7561ecc 100644 --- a/frontend.html +++ b/frontend.html @@ -51,9 +51,22 @@
更多设置 -
+
配置文件模板 +
+ 可通过设置 urltest / selector 的 outbounds,来自定义生成配置文件后其中包含的节点。 + 类似: +
{
+    "tag": "selector",
+    "type": "selector",
+    "outbounds": [
+        "include: 新加坡",
+        "exclude: 香港"
+    ]
+}
+ 均可以使用正则筛选 +
自定义 urltest / selector +