summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2014-12-28 13:55:23 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2014-12-28 13:55:23 +0000
commit676edd3dbeef45991c31679927d925bf15ccd72f (patch)
tree2abee43ba28858a5a1ad105d6a0403b580841d11
parent1f7b070c68b27fcbfbe2a91037eb37919adc5587 (diff)
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.
-rw-r--r--etc/examples/httpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/examples/httpd.conf b/etc/examples/httpd.conf
index 2fc392d2d42..b9e3d0b4bbe 100644
--- a/etc/examples/httpd.conf
+++ b/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