Faidon Liambotis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/95169


Change subject: Geolocate our own IP space manually
......................................................................

Geolocate our own IP space manually

Our ARIN IP space is geolocated to San Francisco, which means that with
ulsfo up internal requests get directed to the ulsfo caches. This is
silly, especially for bots from Labs hitting the site, but it also
matters from a couple of other places, such as e.g. the netmapper cron
fetching the Wikipedia Zero list from meta.

Change-Id: I59436ac4ab88ad3d82c47e1edbf7d847206888c3
---
M config-geo
1 file changed, 11 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/dns 
refs/changes/69/95169/1

diff --git a/config-geo b/config-geo
index ace5a05..3bdc959 100644
--- a/config-geo
+++ b/config-geo
@@ -190,7 +190,17 @@
                                },
                                OC => eqiad,
                                default => eqiad,
-                       }
+                       },
+                       nets = {
+                               '208.80.152.0/22' => eqiad,
+                               '91.198.174.0/24' => esams,
+                               '185.15.56.0/22'  => esams,
+                               '198.35.26.0/23'  => eqiad,
+                               '2620:0:860::/48' => eqiad,
+                               '2620:0:861::/48' => eqiad,
+                               '2620:0:862::/48' => esams,
+                               '2620:0:863::/48' => eqiad,
+                       },
                },
                only-primary-map => {
                        geoip_db => /usr/share/GeoIP/GeoIPv6.dat

-- 
To view, visit https://gerrit.wikimedia.org/r/95169
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I59436ac4ab88ad3d82c47e1edbf7d847206888c3
Gerrit-PatchSet: 1
Gerrit-Project: operations/dns
Gerrit-Branch: master
Gerrit-Owner: Faidon Liambotis <fai...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to