Merge pull request #113 from droe/master

Fix minor field syntax error in google-gmail-sending-ips
pull/115/head
Alexandre Dulaunoy 2019-08-10 18:53:43 +02:00 committed by GitHub
commit bc1bcceac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"72.14.192.0/18",
"74.125.0.0/16",
"108.177.8.0/21",
"172.217.0.0/19 ",
"172.217.0.0/19",
"173.194.0.0/16",
"207.126.144.0/20",
"209.85.128.0/17",
@ -27,6 +27,6 @@
"domain|ip"
],
"name": "List of known gmail sending IP ranges",
"version": 20190724,
"version": 20190809,
"description": "List of known gmail sending IP ranges (https://support.google.com/a/answer/27642?hl=en )"
}