Merge remote-tracking branch 'origin/master' into obfuscated2

This commit is contained in:
9seconds
2026-02-24 13:37:10 +01:00
7 changed files with 36 additions and 1 deletions
+8
View File
@@ -59,6 +59,14 @@ prefer-ip = "prefer-ipv6"
# access.
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
# encrypted timestamp. So, mtg can compare this timestamp and decide if
# we need to proceed with connection or not.