mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-04-05 03:19:28 +08:00
Update serverless_with_mitm_for_iran.jsonc
dns change to 1.1.1.1
This commit is contained in:
parent
0b573a452a
commit
7ed1efefd7
@ -15,7 +15,7 @@
|
|||||||
"geosite:category-ads-all": ["10.10.34.36", "2001:4188:2:600:10:10:34:36"]
|
"geosite:category-ads-all": ["10.10.34.36", "2001:4188:2:600:10:10:34:36"]
|
||||||
},
|
},
|
||||||
"servers": [
|
"servers": [
|
||||||
"h2c://208.67.222.222/dns-query",
|
"h2c://1.1.1.1/dns-query",
|
||||||
{"address": "localhost", "domains": ["geosite:private", "geosite:category-ir"]}
|
{"address": "localhost", "domains": ["geosite:private", "geosite:category-ir"]}
|
||||||
],
|
],
|
||||||
"tag": "dns-query",
|
"tag": "dns-query",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"port": 10853,
|
"port": 10853,
|
||||||
"protocol": "dokodemo-door",
|
"protocol": "dokodemo-door",
|
||||||
"settings": {
|
"settings": {
|
||||||
"address": "208.67.222.222",
|
"address": "1.1.1.1",
|
||||||
"port": 53,
|
"port": 53,
|
||||||
"network": "tcp,udp"
|
"network": "tcp,udp"
|
||||||
}
|
}
|
||||||
@ -123,8 +123,8 @@
|
|||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"security": "tls",
|
"security": "tls",
|
||||||
"tlsSettings": {
|
"tlsSettings": {
|
||||||
"serverName": "www.opendns.com",
|
"serverName": "www.bing.com",
|
||||||
"verifyPeerCertInNames": ["fromMitM", "www.opendns.com", "doh.opendns.com"],
|
"verifyPeerCertInNames": ["fromMitM", "www.bing.com"],
|
||||||
"alpn": ["fromMitM"],
|
"alpn": ["fromMitM"],
|
||||||
"fingerprint": "chrome"
|
"fingerprint": "chrome"
|
||||||
}
|
}
|
||||||
@ -175,7 +175,7 @@
|
|||||||
{
|
{
|
||||||
"tag": "dns-out",
|
"tag": "dns-out",
|
||||||
"protocol": "dns",
|
"protocol": "dns",
|
||||||
"settings": {"nonIPQuery": "skip", "network": "tcp", "address": "208.67.222.222", "port": 53},
|
"settings": {"nonIPQuery": "skip", "network": "tcp", "address": "1.1.1.1", "port": 53},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"sockopt": {
|
"sockopt": {
|
||||||
"dialerProxy": "chain1-fragment"
|
"dialerProxy": "chain1-fragment"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user