Загрузка данных


{
  "log": {
    "level": "info",
    "timestamp": true
  },
  "inbounds": [
    {
      "type": "tun",
      "tag": "tun-in",
      "interface_name": "sing-box-tun",
      "address": [
        "172.19.0.1/30",
        "fdfe:dcba:9876::1/126"
      ],
      "auto_route": true,
      "strict_route": true,
      "stack": "system",
      "sniff": true
    }
  ],
  "outbounds": [
    {
      "type": "vless",
      "tag": "proxy-france",
      "server": "151.101.130.133",
      "server_port": 80,
      "uuid": "96eec36e-2c44-5b09-898e-6f0f0526e57f",
      "packet_encoding": "xudp",
      "transport": {
        "type": "xhttp",
        "host": [
          "shangulin.global.ssl.fastly.net"
        ],
        "path": "/login",
        "sc_max_each_post_bytes": 1000000,
        "x_padding_bytes": "100-1000"
      }
    },
    {
      "type": "direct",
      "tag": "direct"
    },
    {
      "type": "dns",
      "tag": "dns-out"
    }
  ],
  "route": {
    "rules": [
      {
        "protocol": "dns",
        "outbound": "dns-out"
      }
    ],
    "auto_detect_interface": true
  },
  "dns": {
    "servers": [
      {
        "tag": "remote-dns",
        "address": "tls://1.1.1.1",
        "address_resolver": "local-dns",
        "detour": "proxy-france"
      },
      {
        "tag": "local-dns",
        "address": "https://1.1.1.1/dns-query",
        "detour": "direct"
      }
    ],
    "rules": [
      {
        "outbound": "any",
        "server": "local-dns"
      }
    ],
    "final": "remote-dns"
  }
}