Browse Source
Ns1 should use geofence_regional to avoid nearest matching
pull/433/head
Ross McFarland
6 years ago
No known key found for this signature in database
GPG Key ID: 61C10C4FC8FE4A89
1 changed files with
1 additions and
1 deletions
-
octodns/provider/ns1.py
|
|
|
@ -188,7 +188,7 @@ class Ns1Provider(BaseProvider): |
|
|
|
'filter': 'up' |
|
|
|
}, { |
|
|
|
'config': {}, |
|
|
|
'filter': u'geotarget_regional' |
|
|
|
'filter': u'geofence_regional' |
|
|
|
}, { |
|
|
|
'config': {}, |
|
|
|
'filter': u'select_first_region' |
|
|
|
|