From 9259ca018451ffc9cf2a043874d2852f266d2c92 Mon Sep 17 00:00:00 2001 From: Return <151555003+H-Return@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:23:06 +0330 Subject: [PATCH] Added outbounds --- config.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 134b218..0c16950 100644 --- a/config.json +++ b/config.json @@ -55,13 +55,24 @@ "insecure": false } }, + "outbounds": [ + { + "name": "v4", + "type": "direct", + "direct": { + "mode": 4, + "bindDevice": "$networkdef" + } + } + ], "acl": { "inline": [ "reject(geosite:ir)", "reject(geoip:ir)", "reject(geosite:category-ads-all)", "reject(geoip:private)", - "reject(suffix:adservice.google.com)" + "reject(geosite:google@ads)", + "v4(all)" ], "geoip": "/etc/hysteria/geoip.dat", "geosite": "/etc/hysteria/geosite.dat"