Changement de zone pour pouvoir accéder à Pronote directement

This commit is contained in:
VC
2021-01-05 09:50:20 +01:00
parent 727b035068
commit 18f842ff04
3 changed files with 15 additions and 1 deletions

View File

@@ -438,6 +438,15 @@ config zone
option masq '1'
option mtu_fix '1'
config zone
option name 'orig'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
option network 'wan'
option masq '1'
option mtu_fix '1'
config forwarding
option src 'lan'
option dest 'wan'
@@ -446,6 +455,10 @@ config forwarding
option src 'lan'
option dest 'dmz'
config forwarding
option src 'lan'
option dest 'orig'
config include
option path '/etc/firewall.user'