new: add tproxy
This commit is contained in:
@@ -266,6 +266,14 @@ class ConfigOptionsPage extends HookConsumerWidget {
|
||||
digitsOnly: true,
|
||||
validateInput: isPort,
|
||||
),
|
||||
ValuePreferenceWidget(
|
||||
value: ref.watch(ConfigOptions.tproxyPort),
|
||||
preferences: ref.watch(ConfigOptions.tproxyPort.notifier),
|
||||
title: t.config.tproxyPort,
|
||||
inputToValue: int.tryParse,
|
||||
digitsOnly: true,
|
||||
validateInput: isPort,
|
||||
),
|
||||
ValuePreferenceWidget(
|
||||
value: ref.watch(ConfigOptions.localDnsPort),
|
||||
preferences: ref.watch(ConfigOptions.localDnsPort.notifier),
|
||||
|
||||
Reference in New Issue
Block a user