=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/relayd.conf,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/etc/Attic/relayd.conf 2008/03/03 16:58:41 1.13 --- src/etc/Attic/relayd.conf 2011/04/07 13:33:52 1.14 *************** *** 1,4 **** ! # $OpenBSD: relayd.conf,v 1.13 2008/03/03 16:58:41 reyk Exp $ # # Macros # --- 1,4 ---- ! # $OpenBSD: relayd.conf,v 1.14 2011/04/07 13:33:52 reyk Exp $ # # Macros # *************** *** 82,87 **** --- 82,91 ---- # Return HTTP/HTML error pages to the client return error + # Block disallowed sites + label "URL filtered!" + request url filter "www.example.com/" + # Block disallowed browsers label "Please try a different Browser" header filter "Mozilla/4.0 (compatible; MSIE *" from "User-Agent" *************** *** 96,105 **** } relay httpproxy { ! # Listen on localhost, accept redirected connections from pf(4) listen on 127.0.0.1 port 8080 protocol httpfilter # Forward to the original target host ! forward to nat lookup } --- 100,109 ---- } relay httpproxy { ! # Listen on localhost, accept diverted connections from pf(4) listen on 127.0.0.1 port 8080 protocol httpfilter # Forward to the original target host ! forward to destination }