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 +