diff options
-rw-r--r-- | lib/network/connection/providers/cellular.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index dff97ab..143528f 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -93,6 +93,9 @@ our %data = ( login => "orange", password => "orange", }, + N("France") . "|SFR EeePC (Clé Internet 3G+)" => { + apn => "slsfr", + }, N("France") . "|SFR WAP (Illimythics / Pass Surf)" => { apn => "wapsfr", }, |