Updated Branches: refs/heads/3.2.x c5c7d3e28 -> fcd558670
better explain how to use ip_allow.config backport 4d59185f88e55acacfae5327ab7daf5518091622, no functional change, only improve of documentaiton Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fcd55867 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fcd55867 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/fcd55867 Branch: refs/heads/3.2.x Commit: fcd5586705cc07eb727556bf094f896c0210c785 Parents: c5c7d3e Author: Igor GaliÄ <[email protected]> Authored: Wed Jul 4 11:16:08 2012 +0200 Committer: Igor GaliÄ <[email protected]> Committed: Wed Jul 4 11:30:01 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/fcd55867/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)
