From a776884081d191f7d9286ae2741b0e32219644b8 Mon Sep 17 00:00:00 2001 From: alantang <107459091+alantang1977@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:10:54 +0800 Subject: [PATCH] Add files via upload --- lib/wgcf.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/lib/wgcf.json b/lib/wgcf.json index aca97f6f..aa097cfe 100644 --- a/lib/wgcf.json +++ b/lib/wgcf.json @@ -1,11 +1,11 @@ { "log": { - "loglevel": "warn" + "loglevel": "debug" }, "dns": { "disableFallbackIfMatch": true, "hosts": {}, - "queryStrategy": "UseIPv4", + "queryStrategy": "UseIP", "servers": [ { "address": "tcp://1.1.1.1", @@ -105,7 +105,11 @@ "path": "/?ed=2048" } }, - "tag":"vlesscf" + "tag":"vlesscf", + "proxySettings": { + "tag": "directfragment", + "transportLayer": true + } }, { "protocol": "vless", @@ -147,6 +151,17 @@ { "protocol": "freedom", "tag": "direct" + }, + { + "protocol": "freedom", + "settings":{ + "fragment": { + "packets": "tlshello", + "length": "40-60", + "interval": "30-50" + } + }, + "tag": "directfragment" } ] ,