mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Forwarding destination could be an IPv6 address https://github.com/webmin/webmin/issues/2413
This commit is contained in:
@ -36,6 +36,7 @@ else {
|
||||
my $dstaddr;
|
||||
if (!$in{'dstaddr_def'}) {
|
||||
&check_ipaddress($in{'dstaddr'}) ||
|
||||
&check_ip6address($in{'dstaddr'}) ||
|
||||
&error($text{'forward_edstaddr'});
|
||||
$dstaddr = $in{'dstaddr'};
|
||||
}
|
||||
|
Reference in New Issue
Block a user