OK, I'm pretty sure this is a dumb question, but...
Does relayd work properly, or at all with pf disabled? (in 6.5-RELEASE)
It looks like it should as long as I use "relay" instead of "redirect",
but I'm having trouble, and don't want to keep banging my head against a
wall if it's something this simple.
Thanks,
-Adam
--begin relayd.conf--
http protocol rtproxy {
pass quick
}
relay rt4 {
listen on 0.0.0.0 port 80
protocol rtproxy
forward to 127.0.0.1 port 8080
}
relay rt6 {
listen on :: port 80
protocol rtproxy
forward to ::1 port 8080
}
--end relayd.conf--