Handle hostnames with upper-case letters
[webmin.git] / ppp-client / start.pl
1 #!/usr/local/bin/perl
2 # Attempt a connection to the Internet with wvdial, and show the results
3
4 $no_acl_check++;
5 require './ppp-client-lib.pl';
6
7 &ppp_connect($config{'boot'}, 1);
8 exit($connected ? 0 : 1);
9