Merge pull request #3615 from vfreex/add-wireguard-nohostroute
wireguard: add checkbox for `nohostroute` option
This commit is contained in:
commit
2c2cfaebf1
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ return network.registerProtocol('wireguard', {
|
|||
o.datatype = 'ipaddr';
|
||||
o.optional = true;
|
||||
|
||||
o = s.taboption('general', form.Flag, 'nohostroute', _('No Host Routes'), _('Optional. Do not create host routes to peers.'));
|
||||
o.optional = true;
|
||||
|
||||
// -- advanced --------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue