mirror of
https://github.com/webmin/webmin.git
synced 2026-06-20 11:20:30 +01:00
Allow IPv6 remote log dest
This commit is contained in:
@@ -154,7 +154,7 @@ else {
|
||||
$log->{'pipe'} = $in{'pipe'};
|
||||
}
|
||||
elsif ($in{'mode'} == 2) {
|
||||
gethostbyname($in{'host'}) ||
|
||||
&to_ipaddress($in{'host'}) || &to_ip6address($in{'host'}) ||
|
||||
&error(&text('save_ehost', $in{'host'}));
|
||||
$log->{'host'} = $in{'host'};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user