Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/config/proxies/masque.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ proxies:
ipv6: fd00::2/128
mtu: 1280
udp: true
# sni: example.com
# Identifier of an outbound proxy. When non-empty, connections are sent through the specified proxy.
# dialer-proxy: "ss1"
# remote-dns-resolve: true # Force remote DNS resolution, default is false
Expand All @@ -31,6 +32,7 @@ proxies:
ipv6: fd00::2/128
mtu: 1280
udp: true
# sni: example.com
network: h2
# Identifier of an outbound proxy. When non-empty, connections are sent through the specified proxy.
# dialer-proxy: "ss1"
Expand Down
4 changes: 3 additions & 1 deletion docs/config/proxies/masque.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ proxies:
ipv6: fd00::2/128
mtu: 1280
udp: true
# sni: example.com
# 一个出站代理的标识。当值不为空时,将使用指定的 proxy 发出连接
# dialer-proxy: "ss1"
# remote-dns-resolve: true # 强制 dns 远程解析,默认值为 false
Expand All @@ -31,6 +32,7 @@ proxies:
ipv6: fd00::2/128
mtu: 1280
udp: true
# sni: example.com
network: h2
# 一个出站代理的标识。当值不为空时,将使用指定的 proxy 发出连接
# dialer-proxy: "ss1"
Expand Down Expand Up @@ -85,4 +87,4 @@ TUN 设备的 MTU 大小,默认为 1280

## network

optional, 默认为 quic,masque-h2 需要设置为`h2`
可选, 默认为 quic,masque-h2 需要设置为`h2`
2 changes: 2 additions & 0 deletions docs/config/proxies/masque.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ proxies:
ipv6: fd00::2/128
mtu: 1280
udp: true
# sni: example.com
# Идентификатор исходящего прокси. Если значение не пустое, соединения будут отправляться через указанный proxy
# dialer-proxy: "ss1"
# remote-dns-resolve: true # Принудительное удаленное DNS-разрешение, значение по умолчанию — false
Expand All @@ -31,6 +32,7 @@ proxies:
ipv6: fd00::2/128
mtu: 1280
udp: true
# sni: example.com
network: h2
# Идентификатор исходящего прокси. Если значение не пустое, соединения будут отправляться через указанный proxy
# dialer-proxy: "ss1"
Expand Down