Add proxy routing and sing-box support

This commit is contained in:
Fabian Freund
2026-05-22 18:16:31 +02:00
parent 51289f1266
commit a5974617aa
262 changed files with 32003 additions and 3962 deletions
@@ -54,7 +54,8 @@ class HandoffRedeemResult {
class HandoffRedeemClient {
final http.Client _client;
HandoffRedeemClient({http.Client? client}) : _client = client ?? http.Client();
HandoffRedeemClient({http.Client? client})
: _client = client ?? http.Client();
void close() => _client.close();