tor.cgi: Catch invalid characters in relay name.

This commit is contained in:
Michael Tremer
2013-08-02 11:06:40 +02:00
parent 3308f8d09f
commit b0449403e6
6 changed files with 17 additions and 6 deletions

View File

@@ -1820,6 +1820,7 @@
'tor do not advertise relay' => 'Relay nicht announcieren',
'tor enabled' => 'Tor einschalten',
'tor errmsg invalid ip or mask' => 'Ungültiges IP-Subnetz',
'tor errmsg invalid relay name' => 'Ungültiger Relay-Nickname.',
'tor exit country' => 'Exit-Land',
'tor exit country any' => 'Beliebig',
'tor exit nodes' => 'Exit-Nodes',

View File

@@ -1856,6 +1856,7 @@
'tor enabled' => 'Enable Tor',
'tor errmsg invalid ip or mask' => 'Invalid IP subnet',
'tor errmsg invalid node id' => 'Invalid node ID',
'tor errmsg invalid relay name' => 'Invalid relay nickname',
'tor exit country' => 'Exit country',
'tor exit country any' => 'Any country',
'tor exit nodes' => 'Exit Nodes',