项目文件夹

文件
2026-07-13 13:12:17 +08:00

10 行
206 B
Perl
可执行文件

#!/usr/local/bin/perl
# Attempt a connection to the Internet with wvdial, and show the results
$no_acl_check++;
require './ppp-client-lib.pl';
&ppp_connect($config{'boot'}, 1);
exit($connected ? 0 : 1);