Add trojan connection fallback

This commit is contained in:
世界
2022-08-20 20:54:20 +08:00
parent f13ecbd9bb
commit 746b5d8be0
7 changed files with 48 additions and 14 deletions

View File

@@ -1,3 +1,13 @@
#### 2022/08/20
* Attempt to unwrap ip-in-fqdn socksaddr
* Fix read packages in android 12
* Fix route on some android devices
* Improve linux process searcher
* Fix write socks5 username password auth request
* Skip bind connection with private destination to interface
* Add trojan connection fallback
#### 2022/08/19
* Add Hysteria [Inbound](/configuration/inbound/hysteria) and [Outbund](/configuration/outbound/hysteria)

View File

@@ -20,7 +20,11 @@
"password": "8JCsPssfgS8tiRwiMlhARg=="
}
],
"tls": {}
"tls": {},
"fallback": {
"server": "127.0.0.0.1",
"server_port": 8080
}
}
]
}
@@ -73,3 +77,11 @@ Trojan users.
#### tls
TLS configuration, see [TLS inbound structure](/configuration/shared/tls/#inbound-structure).
#### fallback
!!! error ""
There is no evidence that GFW detects and blocks Trojan servers based on HTTP responses, and opening the standard http/s port on the server is a much bigger signature.
Fallback server configuration. Disabled if empty.