]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/ovpnmain.cgi
mympd: remove create config start
[ipfire-2.x.git] / html / cgi-bin / ovpnmain.cgi
index 98900b277ff6ee2a2381dc73c45470d018835e5e..c92d0237d2d1372656d0d6a71d9b9ee5bc663c9a 100755 (executable)
@@ -3472,7 +3472,7 @@ foreach my $dkey (keys %confighash) {
        $confighash{$key}[31] = $n2ntunmtu[1];
        $confighash{$key}[39] = $n2nauth[1];
        $confighash{$key}[40] = $n2ncipher[1];
-       $confighash{$key}[41] = 'disabled';
+       $confighash{$key}[41] = 'no-pass';
 
   &General::writehasharray("${General::swroot}/ovpn/ovpnconfig", \%confighash);