Skip to content

Commit

Permalink
wireguard: fix depend info and remove use socket as that is not being…
Browse files Browse the repository at this point in the history
… used (#533)
  • Loading branch information
VVelox authored Jul 7, 2024
1 parent f5184a4 commit e1efa7b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions snmp/wireguard.pl
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ =head1 INSTALL
Install the depends.
# FreeBSD
pkg install p5-JSON p5-TOML p5-MIME-Base64
pkg install p5-JSON p5-File-Slurp p5-MIME-Base64
# Debian
apt-get install libjson-perl libmime-base64-perl
apt-get install libjson-perl libmime-base64-perl libfile-slurp-perl
Then set it up in SNMPD.
Expand Down Expand Up @@ -144,7 +144,6 @@ =head3 first_allowed_use_ip
use IO::Compress::Gzip qw(gzip $GzipError);
use File::Slurp;
use Pod::Usage;
use Socket;

$Getopt::Std::STANDARD_HELP_VERSION = 1;

Expand Down

0 comments on commit e1efa7b

Please sign in to comment.