Create share-client-config.pl

This commit is contained in:
nu11secur1ty 2024-03-27 10:12:07 +02:00 committed by GitHub
parent 1fc4fe1333
commit 4e61e4bad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
share-client-config.pl Normal file
View 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"