summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/providers
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/connection/providers')
-rw-r--r--lib/network/connection/providers/cellular.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm
index efb8c6d..8460913 100644
--- a/lib/network/connection/providers/cellular.pm
+++ b/lib/network/connection/providers/cellular.pm
@@ -144,6 +144,11 @@ our %data = (
N("Poland") . "|Plus GSM" => {
apn => "internet",
},
+ N("United Kingdom") . "|O2" => {
+ apn => "mobile.o2.co.uk",
+ login => "password",
+ password => "mobileweb",
+ },
);
1;