Do doc for google fi

bug/bundler_fix
wchen-r7 2017-03-03 11:38:47 -06:00
parent d9b21b16a9
commit 4d44911d5c
2 changed files with 3 additions and 1 deletions

View File

@ -67,6 +67,8 @@ how to identify the carrier of a phone number. There are many services that can
http://freecarrierlookup.com/
Note: If the phone is using Google Fi, then it may appear as a different carrier.
## Gmail SMTP Example
Gmail is a popular mail server, so we will use this as a demonstration.

View File

@ -18,7 +18,7 @@ module Rex
:tmobile => 'tmomail.net', # T-Mobile
:verizon => 'vtext.com', # Verizon
:virgin => 'vmobl.com', # Virgin Mobile
:google => 'msg.fi.google.com'
:google => 'msg.fi.google.com' # Google Project Fi
}
end