mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
sni
This commit is contained in:
@@ -241,6 +241,9 @@ class RHttpAdapter implements HttpClientAdapter {
|
||||
),
|
||||
throwOnStatusCode: false,
|
||||
dnsSettings: rhttp.DnsSettings.static(overrides: _getOverrides()),
|
||||
tlsSettings: rhttp.TlsSettings(
|
||||
sni: appdata.settings['sni'] != false,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user