mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 11:31:51 +00:00
Fix SNAT
This commit is contained in:
parent
e28dd28dde
commit
7a35356cb0
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ return L.view.extend({
|
|||
m = new form.Map('firewall', _('Firewall - Source NAT'),
|
||||
_('Source NAT is a specific form of masquerading which allows fine grained control over the source IP used for outgoing traffic, for example to map multiple WAN addresses to internal subnets.'));
|
||||
|
||||
s = m.section(form.GridSection, 'snat', _('Port SNAT'));
|
||||
s = m.section(form.GridSection, 'redirect', _('Port SNAT'));
|
||||
s.addremove = true;
|
||||
s.anonymous = true;
|
||||
s.sortable = true;
|
||||
|
|
Loading…
Reference in a new issue