Updated Branches: refs/heads/master 7a46479e7 -> 4d59185f8
better explain how to use ip_allow.config Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4d59185f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4d59185f Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4d59185f Branch: refs/heads/master Commit: 4d59185f88e55acacfae5327ab7daf5518091622 Parents: 7a46479 Author: Igor GaliÄ <[email protected]> Authored: Wed Jul 4 11:16:08 2012 +0200 Committer: Igor GaliÄ <[email protected]> Committed: Wed Jul 4 11:16:08 2012 +0200 ---------------------------------------------------------------------- proxy/config/ip_allow.config.default | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4d59185f/proxy/config/ip_allow.config.default ---------------------------------------------------------------------- diff --git a/proxy/config/ip_allow.config.default b/proxy/config/ip_allow.config.default index 323dbad..500d226 100644 --- a/proxy/config/ip_allow.config.default +++ b/proxy/config/ip_allow.config.default @@ -12,6 +12,7 @@ # POST, PURGE, PUT, TRACE, PUSH # # Rules are applied in the order listed starting from the top. +# That means you generally want to append your rules after the ones listed here. # # Allow anything on localhost (this is the default configuration based on the # depricated CONFIG proxy.config.http.quick_filter.mask INT 0x482)
