MAPADDRESS control command
I'm using the control socket to execute MAPADDRESS commands. Since TorBrowser 8.5.5 (Linux64) with Tor 0.4.1.5 the behavior changed.
On TorBrowser 8.5.4 (Linux64) with Tor 0.4.0.5 the following command worked:
MAPADDRESS *.torproject.org=127.0.0.1 250 *.torproject.org=127.0.0.1
On TorBrowser 8.5.5 (Linux64) with Tor 0.4.1.5 the following happens:
MAPADDRESS *.torproject.org=127.0.0.1 512 syntax error: not enough arguments to mapaddress.
However, I found out that the following works:
MAPADDRESS foo *.torproject.org=127.0.0.1 250 *.torproject.org=127.0.0.1
I could not find any information about a change in the MAPADDRESS command specification.
Did the MAPADDRESS command change or may this be a bug in the command parsing?
Trac:
Username: kowenki