diff options
Diffstat (limited to 'lib/network/connection/providers/cellular.pm')
-rw-r--r-- | lib/network/connection/providers/cellular.pm | 6 |
1 files changed, 6 insertions, 0 deletions
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", |