Add files via upload

This commit is contained in:
xVRVx
2026-02-19 23:17:44 +03:00
committed by GitHub
parent 519b7cec0c
commit 8d51b1fb9e
2 changed files with 5 additions and 21 deletions

View File

@@ -621,7 +621,7 @@ print_config() {
},
{
"domain": [
"habr.com"
"habr.com", "apkmirror.com"
],
"outboundTag": "proxy"
},

View File

@@ -493,7 +493,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
},
{
"domain": [
"habr.com"
"habr.com", "apkmirror.com"
],
"outboundTag": "proxy"
},
@@ -563,7 +563,7 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.json"
},
{
"domain": [
"habr.com"
"habr.com", "apkmirror.com"
],
"outboundTag": "proxy"
},
@@ -727,7 +727,7 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.json"
},
{
"domain": [
"habr.com"
"habr.com", "apkmirror.com"
],
"outboundTag": "proxy"
},
@@ -887,7 +887,7 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.json"
},
{
"domain": [
"habr.com"
"habr.com", "apkmirror.com"
],
"outboundTag": "proxy"
},
@@ -916,22 +916,6 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.json"
"geoip:private"
],
"outboundTag": "direct"
},
{
"type": "field",
"ip": [
"geoip:!ru"
],
"outboundTag": "proxy"
},
{
"domain": [
"geosite:discord",
"geosite:youtube",
"geosite:tiktok",
"geosite:signal"
],
"outboundTag": "proxy"
}
]
},