chg: default tun mode to gvisor
This commit is contained in:
@@ -106,7 +106,7 @@ abstract class ConfigOptions {
|
||||
|
||||
static final tunImplementation = PreferencesNotifier.create<TunImplementation, String>(
|
||||
"tun-implementation",
|
||||
TunImplementation.mixed,
|
||||
TunImplementation.gvisor,
|
||||
mapFrom: TunImplementation.values.byName,
|
||||
mapTo: (value) => value.name,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user