diff options
Diffstat (limited to 'lib/network/connection/providers')
-rw-r--r-- | lib/network/connection/providers/cellular.pm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index ea47743..efb8c6d 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -128,6 +128,22 @@ our %data = ( login => "tre", password => "tre", }, + N("Poland") . "|Era GSM" => { + apn => "erainternet", + login => "erainternet", + password => "erainternet", + }, + N("Poland") . "|Orange" => { + apn => "internet", + login => "internet", + password => "internet", + }, + N("Poland") . "|Play" => { + apn => "INTERNET", + }, + N("Poland") . "|Plus GSM" => { + apn => "internet", + }, ); 1; |