This commit is contained in:
2025-01-06 10:15:23 +08:00
parent 1ca8da1c83
commit a747179cc4
3 changed files with 8 additions and 0 deletions

View File

@@ -285,6 +285,10 @@ class __DNSOverridesState extends State<_DNSOverrides> {
title: "Enable DNS Overrides".tl,
settingKey: "enableDnsOverrides",
),
_SwitchSetting(
title: "Server Name Indication",
settingKey: "sni",
),
const SizedBox(height: 8),
Container(
height: 1,