fix: correct proxy parameter in groupAddServer helper

pull/592/head
jon4hz 7 months ago committed by Stéphane Lesimple
parent 5ad78d7146
commit 32824d228b
No known key found for this signature in database
GPG Key ID: 4B4A3289E9D35658

@ -33,7 +33,7 @@ eval {
"force-key=s" => sub { $forceKey //= $_[1] },
"ttl=i" => sub { $ttl //= $_[1] },
"comment=s" => sub { $comment //= $_[1] },
"proxy-host=s" => sub { $proxyIp //= $_[1] },
"proxy-ip=s" => sub { $proxyIp //= $_[1] },
"proxy-port=i" => sub { $proxyPort //= $_[1] },
);

Loading…
Cancel
Save