1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 11:31:51 +00:00
This commit is contained in:
Ycarus (Yannick Chabanois) 2020-01-04 11:27:39 +01:00
parent e28dd28dde
commit 7a35356cb0

View file

@ -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;