Fix OpenBSD installs

This commit is contained in:
Timo Makinen 2022-07-13 12:01:37 +00:00
parent 0aad691b2e
commit f371c3436f
3 changed files with 41 additions and 9 deletions

View file

@ -40,8 +40,6 @@ class "OpenBSD" {
match if not exists vendor-class-identifier and not exists user-class;
next-server 172.20.20.10;
filename "auto_install";
option tftp-server-name "boot.foo.sh/openbsd";
}
shared-network FOOSH {

View file

@ -56,8 +56,8 @@ pass in quick on $int_if proto tcp from $int_net to self port domain-s
pass in quick on $int_if proto udp from $int_net to self port tftp
# allow http and https from outside
pass in quick on $ext_if proto tcp from any to self port http
pass in quick on $ext_if proto tcp from any to self port https
pass in quick proto tcp from any to self port http
pass in quick proto tcp from any to self port https
# block rest of packets coming to me
block in quick from any to self