Change experimental feature notice

This commit is contained in:
problematicconsumer
2024-03-08 17:15:17 +03:30
parent 13c4fcce1c
commit 7f0397a97f
5 changed files with 68 additions and 68 deletions

View File

@@ -276,7 +276,9 @@ abstract class ConfigOptions {
ref.watch(enableTlsMixedSniCase) ||
ref.watch(enableTlsPadding) ||
ref.watch(enableMux) ||
ref.watch(enableWarp)) {
ref.watch(enableWarp) ||
ref.watch(bypassLan) ||
ref.watch(allowConnectionFromLan)) {
return true;
}