diff options
Diffstat (limited to 'perl-install/network/adsl_consts.pm')
-rw-r--r-- | perl-install/network/adsl_consts.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm index 71f07ed2f..03c97b083 100644 --- a/perl-install/network/adsl_consts.pm +++ b/perl-install/network/adsl_consts.pm @@ -88,8 +88,8 @@ our %adsl_data = ( vpi => 8, vci => 23, Encapsulation => 6, - dnsServer2 => '193.252.19.3', - dnsServer3 => '193.252.19.4', + dnsServer2 => '80.10.246.2', + dnsServer3 => '80.10.246.129', method => 'pppoa', DOMAINNAME2 => 'wanadoo.fr', }, |