mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
tor.cgi: Catch invalid characters in relay name.
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user