update url & bump version

This commit is contained in:
asvow
2024-08-05 20:20:30 +08:00
parent db61c4c2bf
commit ac0b1c5080
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ LUCI_TITLE:=LuCI for Tailscale
LUCI_DEPENDS:=+tailscale
LUCI_PKGARCH:=all
PKG_VERSION:=1.1.1
PKG_VERSION:=1.1.2
include $(TOPDIR)/feeds/luci/luci.mk

View File

@@ -187,7 +187,7 @@ return view.extend({
s.tab('extra',_('Extra Settings'));
o = s.taboption('extra', form.DynamicList, 'flags', _('Additional Flags'), String.format(_('List of extra flags. Format: --flags=value, e.g. <code>--exit-node=10.0.0.1</code>. <br> %s for enabling settings upon the initiation of Tailscale.'), '<a href="https://tailscale.com/kb/1080/cli#up" target="_blank">' + _('Available flags') + '</a>'));
o = s.taboption('extra', form.DynamicList, 'flags', _('Additional Flags'), String.format(_('List of extra flags. Format: --flags=value, e.g. <code>--exit-node=10.0.0.1</code>. <br> %s for enabling settings upon the initiation of Tailscale.'), '<a href="https://tailscale.com/kb/1241/tailscale-up" target="_blank">' + _('Available flags') + '</a>'));
s = m.section(form.NamedSection, 'settings', 'config');
s.title = _('Custom Server Settings');