From fb658089b65a2bc627f82075becd1d988050c708 Mon Sep 17 00:00:00 2001 From: reyk <> Date: Sun, 28 Dec 2014 13:55:22 +0000 Subject: [PATCH] Change the default ext_addr from "egress" to "*". Listening on the egress group only works if you have a default route; this confused some people. --- src/etc/examples/httpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/examples/httpd.conf b/src/etc/examples/httpd.conf index 2fc392d2..b9e3d0b4 100644 --- a/src/etc/examples/httpd.conf +++ b/src/etc/examples/httpd.conf @@ -1,9 +1,9 @@ -# $OpenBSD: httpd.conf,v 1.12 2014/12/12 14:45:59 reyk Exp $ +# $OpenBSD: httpd.conf,v 1.13 2014/12/28 13:55:22 reyk Exp $ # # Macros # -ext_addr="egress" +ext_addr="*" # # Global Options