Add http/https endpoints for relayed hosts

This commit is contained in:
Timo Makinen 2021-09-02 16:55:44 +00:00
parent 198a9ba630
commit 465a1a9eeb
2 changed files with 16 additions and 0 deletions

View file

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