mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
Fix regex in relay allowed_ips doc
This commit is contained in:
@@ -767,7 +767,7 @@ relay_config_init ()
|
||||
N_("POSIX extended regular expression with IPs allowed to use relay "
|
||||
"(case insensitive, use \"(?-i)\" at beginning to make it case "
|
||||
"sensitive), example: "
|
||||
"\"^(123.45.67.89|192.160.*)$\""),
|
||||
"\"^(123\\.45\\.67\\.89|192\\.160\\..*)$\""),
|
||||
NULL, 0, 0, "", NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
&relay_config_change_network_allowed_ips, NULL, NULL,
|
||||
|
||||
Reference in New Issue
Block a user