This commit is contained in:
asvow
2024-09-22 18:03:26 +08:00
parent ac0b1c5080
commit 904a791708
4 changed files with 42 additions and 43 deletions

View File

@@ -169,7 +169,6 @@ return view.extend({
o = s.taboption('advance',form.Value, 'advertiseRoutes', _('Expose Subnets'), _('Expose physical network routes into Tailscale, e.g. <code>10.0.0.0/24</code>.'));
o.default = '';
o.depends('acceptRoutes', '1');
o.rmempty = true;
o = s.taboption('advance',form.Flag, 's2s', _('Site To Site'), _('Use site-to-site layer 3 networking to connect subnets on the Tailscale network.'));