Recently I have encountered some difficulties in debugging the relayd proxy on
OpenBSD 5.8.
The relevant rules are derived from
https://calomel.org/relayd.html
Example 5: Service Redirector
......with the rules about pf.conf and relayd.conf above the article, i had the
wrong reminder,
such as 'rdr-anchor "relayd/*"' change to 'anchor "relayd/*"' and ¡±match in
log... ¡± may be
"pass in log ..." It looks as if the rule definition associated with the new
version of the system has changed.
......then i have not not yet successful for making the rules with pf&relayd to
achieve site load balancing on tcp service layer, how can i do? thanks for
helps.