mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-09 16:20:04 +01:00
Merge pull request #1 from nu11secur1ty/nu11secur1ty-patch-1
Create share-client-config.pl
This commit is contained in:
commit
8442c5fdd8
7
share-client-config.pl
Normal file
7
share-client-config.pl
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/perl
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
use diagnostics;
|
||||||
|
|
||||||
|
my $clents = `cp -avr /etc/openvpn/client/* /var/www/html/`;
|
||||||
|
print "$client"
|
Loading…
Reference in New Issue
Block a user