diff options
-rw-r--r-- | perl-install/network/adsl_consts.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm index e38ff4b4d..71f07ed2f 100644 --- a/perl-install/network/adsl_consts.pm +++ b/perl-install/network/adsl_consts.pm @@ -17,6 +17,12 @@ use common; our %adsl_data = ( # country|provider => { VPI, VCI_hexa, ... } # dns are provided for when !usepeerdns in peers config file + N("Australia") . "|Any" => + { + vpi => 8, + vci => 30, + }, + N("Belgium") . "|Tiscali BE" => { vpi => 8, |