The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Simple::Confvpn - Simple Perl extension for [configuring/stopping/starting] the vpn service in linux server.

SYNOPSIS

    use Simple::Confvpn;
    my $stat = vpn_status(); 

    use Simple::Confvpn;
    my $stat = vpn_start();

    use Simple::Confvpn;
    my $stat = route_configuration(0);

    use Simple::Confvpn;
    my $stat = vpn_stop();

DESCRIPTION

Simple::Confvpn utility or module is very usefull for configuring/stop/start/status of the vpn using pppd in linux, and using this approach, able to find the fastest solutions of the functionalities for vpn configuration.

AUTHOR

K.Kaavannan, <kaavannaniisc@gmail.com>

BUGS

Here, <<kaavannanwayis@solution4u.com>>

COPYRIGHT AND LICENSE

Copyright (C) 2017 by kaavannan Karuppaiyah

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.22.2 or, at your option, any later version of Perl 5 you may have available.