Add http/https endpoints for relayed hosts
This commit is contained in:
parent
198a9ba630
commit
465a1a9eeb
2 changed files with 16 additions and 0 deletions
|
@ -37,5 +37,7 @@ firewall_raw:
|
|||
- pass quick proto carp
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 80}
|
||||
- {proto: tcp, port: 443}
|
||||
- {proto: tcp, port: 636}
|
||||
- {proto: tcp, port: 6514}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue