artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb2bfdb
)
Change the default ext_addr from "egress" to "*". Listening on the
author
reyk
<reyk@openbsd.org>
Sun, 28 Dec 2014 13:55:22 +0000
(13:55 +0000)
committer
reyk
<reyk@openbsd.org>
Sun, 28 Dec 2014 13:55:22 +0000
(13:55 +0000)
egress group only works if you have a default route; this confused
some people.
etc/examples/httpd.conf
patch
|
blob
|
history
diff --git
a/etc/examples/httpd.conf
b/etc/examples/httpd.conf
index
2fc392d
..
b9e3d0b
100644
(file)
--- a/
etc/examples/httpd.conf
+++ b/
etc/examples/httpd.conf
@@
-1,9
+1,9
@@
-# $OpenBSD: httpd.conf,v 1.1
2 2014/12/12 14:45:59
reyk Exp $
+# $OpenBSD: httpd.conf,v 1.1
3 2014/12/28 13:55:22
reyk Exp $
#
# Macros
#
-ext_addr="
egress
"
+ext_addr="
*
"
#
# Global Options