「Sing-box」の版間の差分

582 バイト追加 、 2023年9月27日 (水)
7版 をインポートしました
三男wiki>一反もめん
(ツール・ソフトウェア・アプリ のテンプレートを追加)
(7版 をインポートしました)
 
(2人の利用者による、間の3版が非表示)
92行目: 92行目:
             ],
             ],
             "handshake": {
             "handshake": {
                 "server": "www.bing.com",
                 "server": "www.lovelive-anime.jp",
                 "server_port": 443
                 "server_port": 443
             },
             },
131行目: 131行目:
tunではデバイスの全てのトラフィックをsing-boxを通して処理できる。
tunではデバイスの全てのトラフィックをsing-boxを通して処理できる。


※旧バージョンで記載していたドメイン迂回・広告ブロックルールは確認中
以下の設定では、広告をブロックし、cnドメインのサイトではプロキシを通さない設定(金盾に不審な通信を察知されないため)となっている。




177行目: 177行目:
       "udp_over_tcp": {
       "udp_over_tcp": {
         "enabled": true,
         "enabled": true,
         "version": 2
         "version": 2,
        "multiplex": {
          "enabled": true,
          "protocol": "h2mux",
          "max_connections": 4,
          "min_streams": 4,
          "padding": true
        }
       }
       }
     },
     },
189行目: 196行目:
       "tls": {
       "tls": {
         "enabled": true,
         "enabled": true,
         "server_name": "www.bing.com",
         "server_name": "www.lovelive-anime.jp",
         "utls": {
         "utls": {
           "enabled": true,
           "enabled": true,
199行目: 206行目:
       "tag": "dns-out",
       "tag": "dns-out",
       "type": "dns"
       "type": "dns"
    },
    {
      "tag": "direct",
      "type": "direct"
    },
    {
      "tag": "block",
      "type": "block"
     }
     }
   ],
   ],
208行目: 223行目:
         "protocol": "dns",
         "protocol": "dns",
         "outbound": "dns-out"
         "outbound": "dns-out"
      },
      {
        "geosite": "category-ads-all",
        "outbound": "block"
      },
      {
        "geosite": "cn",
        "geoip": "cn",
        "outbound": "direct"
       }
       }
     ]
     ]