From 1090b78be4a80c3fcce132115ae175e8cf3f8dad Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 5 Jun 2008 10:08:15 +0000 Subject: add Vodafone providers for Germany --- lib/network/connection/providers/cellular.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index 143528f..ea47743 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -102,6 +102,12 @@ our %data = ( N("France") . "|SFR Web (Clé Internet / Data)" => { apn => "websfr", }, + N("Germany") . "|Vodafone Live! WAP" => { + apn => "wap.vodafone.de", + }, + N("Germany") . "|Vodafone Web" => { + apn => "web.vodafone.de", + }, N("Italy") . "|TIM" => { apn => "ibox.tim.it", login => "tim", -- cgit v1.2.1