1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
suyuan 2024-01-20 10:26:29 +08:00 committed by GitHub
commit b5a971adb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 306 additions and 131 deletions

View file

@ -66,7 +66,7 @@ return view.extend({
o.depends('family', 'ipv6');
o.rmempty = false;
o = s.option(form.ListValue, 'type', _('Tracking method'));
o = s.option(form.ListValue, 'type', _('Tracking method'),_('Always ping gateway, then test connection by ping, httping or dns. None mode only ping gateway.'));
o.default = 'ping';
o.value('none');
o.value('ping');