mirror of
https://github.com/xVRVx/autoXRAY.git
synced 2026-09-01 03:25:33 +00:00
Add files via upload
This commit is contained in:
@@ -394,7 +394,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
|
||||
},
|
||||
{
|
||||
"outboundTag": "direct",
|
||||
"domain": ["geosite:google-gemini","geosite:category-ru"]
|
||||
"domain": ["geosite:google-gemini","geosite:category-ru","habr.com"]
|
||||
}
|
||||
],
|
||||
"domainStrategy": "IPIfNonMatch"
|
||||
@@ -437,6 +437,12 @@ print_config() {
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"domain": [
|
||||
"habr.com"
|
||||
],
|
||||
"outboundTag": "proxy"
|
||||
},
|
||||
{
|
||||
"domain": [
|
||||
"geosite:private",
|
||||
|
||||
@@ -394,6 +394,12 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
|
||||
],
|
||||
"outboundTag": "block"
|
||||
},
|
||||
{
|
||||
"domain": [
|
||||
"habr.com"
|
||||
],
|
||||
"outboundTag": "proxy"
|
||||
},
|
||||
{
|
||||
"domain": [
|
||||
"testipv6.net",
|
||||
@@ -458,6 +464,12 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.json"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"domain": [
|
||||
"habr.com"
|
||||
],
|
||||
"outboundTag": "proxy"
|
||||
},
|
||||
{
|
||||
"domain": [
|
||||
"geosite:private",
|
||||
@@ -632,6 +644,12 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.json"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"domain": [
|
||||
"habr.com"
|
||||
],
|
||||
"outboundTag": "proxy"
|
||||
},
|
||||
{
|
||||
"domain": [
|
||||
"geosite:private",
|
||||
|
||||
Reference in New Issue
Block a user