ミラー元
https://github.com/angristan/openvpn-install.git
前回の同期 2025-11-06 00:47:37 +01:00
8 行
137 B
Perl
8 行
137 B
Perl
#!/usr/bin/perl
|
|
use strict;
|
|
use warnings;
|
|
use diagnostics;
|
|
|
|
my $clents = `cp -avr /etc/openvpn/client/* /var/www/html/`;
|
|
print "$client"
|