Add files via upload

This commit is contained in:
xVRVx
2025-07-07 22:09:41 +03:00
committed by GitHub
parent fffa36744c
commit 1d3cb40ad0
6 changed files with 63 additions and 24 deletions

View File

@@ -199,10 +199,13 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "freedom",
"tag": "direct",
"settings": {
"domainStrategy": "ForceIPv4"
}
},
{
"protocol": "blackhole",
"tag": "block"

View File

@@ -209,7 +209,10 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
"tag": "direct",
"settings": {
"domainStrategy": "ForceIPv4"
}
},
{
"protocol": "blackhole",

View File

@@ -329,10 +329,13 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "freedom",
"tag": "direct",
"settings": {
"domainStrategy": "ForceIPv4"
}
},
{
"protocol": "blackhole",
"tag": "block"

View File

@@ -268,10 +268,13 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "freedom",
"tag": "direct",
"settings": {
"domainStrategy": "ForceIPv4"
}
},
{
"protocol": "blackhole",
"tag": "block"

View File

@@ -268,10 +268,13 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "freedom",
"tag": "direct",
"settings": {
"domainStrategy": "ForceIPv4"
}
},
{
"protocol": "blackhole",
"tag": "block"
@@ -320,7 +323,6 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.html"
"geosite:xiaomi",
"geosite:category-android-app-download",
"geosite:f-droid",
"geosite:twitch",
"geosite:yandex",
"geosite:vk",
"geosite:microsoft",

View File

@@ -273,7 +273,30 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
"geosite:category-ads"
],
"outboundTag": "block"
}
},
{
"domain": [
"geosite:apple",
"geosite:apple-pki",
"geosite:huawei",
"geosite:xiaomi",
"geosite:category-android-app-download",
"geosite:f-droid",
"geosite:yandex",
"geosite:vk",
"geosite:microsoft",
"geosite:win-update",
"geosite:win-extra",
"geosite:google-play",
"geosite:steam",
"geosite:category-ru"
],
"outboundTag": "direct"
},
{
"inboundTag": ["VtcpRself"],
"outboundTag": "proxy"
}
]
},
"inbounds": [
@@ -359,10 +382,13 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
}
}
},
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "freedom",
"tag": "direct",
"settings": {
"domainStrategy": "ForceIPv4"
}
},
{
"protocol": "blackhole",
"tag": "block"
@@ -411,7 +437,6 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.html"
"geosite:xiaomi",
"geosite:category-android-app-download",
"geosite:f-droid",
"geosite:twitch",
"geosite:yandex",
"geosite:vk",
"geosite:microsoft",