]> git.ipfire.org Git - thirdparty/tor.git/commit
bug933 - Match against super-domains in MapAddress
authorRobert Hogan <robert@webkit.org>
Mon, 2 Aug 2010 19:09:37 +0000 (20:09 +0100)
committerNick Mathewson <nickm@torproject.org>
Wed, 30 Nov 2011 19:08:10 +0000 (14:08 -0500)
commitc6d8c6baaa983aecd6a5121ec6ed8e2d9a2a24be
tree13d787d18ee6364c390523af40450268e1fc13e6
parentd3ff167e098fa44e4ec30c7e6f50127a8c99dae7
bug933 - Match against super-domains in MapAddress

Allow MapAddress to handle directives such as:

MapAddress .torproject.org .torserver.exit
MapAddress .org 1.1.1.1

Add tests for addressmap_rewrite.
changes/bug933 [new file with mode: 0644]
doc/tor.1.txt
src/or/connection_edge.c
src/test/Makefile.am
src/test/test.c
src/test/test_config.c [new file with mode: 0644]