| Building The Network You Need With PF, The OpenBSD Packet Filter: BSDCan 2016, Ottawa, Canada, June 8th 2016 | ||
|---|---|---|
| Prev | Next | |
Also in your relayd.conf
redirect "www" {
listen on $webserver port 80
forward to <webpool> check http "/status.html" code 200 timeout 300
forward to <sorry> timeout 300 check icmp
}This is a redirect, works much like rdr-to with that little extra logic.
enable with rc.conf.local entry
relayd_flags="" # for normal use: ""#