tor/changes/bug933
Robert Hogan c6d8c6baaa 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.
2011-11-30 14:08:10 -05:00

5 lines
199 B
Plaintext

o Minor features:
- Allow MapAddress directives to specify matches against super-domains,
as in 'MapAddress *.torproject.org *.torproject.org.torserver.exit'.
Implements issue 933.