mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-02 08:21:56 +03:00
Add domain-fronting-ip to example config
This commit is contained in:
@@ -59,6 +59,14 @@ prefer-ip = "prefer-ipv6"
|
|||||||
# access.
|
# access.
|
||||||
domain-fronting-port = 443
|
domain-fronting-port = 443
|
||||||
|
|
||||||
|
# By default, mtg resolves the fronting hostname (from the secret) via DNS
|
||||||
|
# to establish a TCP connection. If DNS resolution of that hostname is blocked,
|
||||||
|
# you can specify an IP address to connect to directly. The hostname is still
|
||||||
|
# used for SNI in the TLS handshake.
|
||||||
|
#
|
||||||
|
# default value is not set (DNS resolution is used).
|
||||||
|
# domain-fronting-ip = "142.250.185.112"
|
||||||
|
|
||||||
# FakeTLS can compare timestamps to prevent probes. Each message has
|
# FakeTLS can compare timestamps to prevent probes. Each message has
|
||||||
# encrypted timestamp. So, mtg can compare this timestamp and decide if
|
# encrypted timestamp. So, mtg can compare this timestamp and decide if
|
||||||
# we need to proceed with connection or not.
|
# we need to proceed with connection or not.
|
||||||
|
|||||||
Reference in New Issue
Block a user