Add dns routing option

This commit is contained in:
problematicconsumer
2024-01-01 19:01:36 +03:30
parent 7262ff89b7
commit b117ab0372
10 changed files with 17 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ class SingboxConfigOption with _$SingboxConfigOption {
required bool setSystemProxy,
required bool bypassLan,
required bool enableFakeDns,
required bool enableDnsRouting,
required bool independentDnsCache,
required bool enableTlsFragment,
@RangeWithOptionalCeilJsonConverter()