Browse Source

Ns1 should use geofence_regional to avoid nearest matching

pull/433/head
Ross McFarland 6 years ago
parent
commit
391ef583ae
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/ns1.py

+ 1
- 1
octodns/provider/ns1.py View File

@ -188,7 +188,7 @@ class Ns1Provider(BaseProvider):
'filter': 'up'
}, {
'config': {},
'filter': u'geotarget_regional'
'filter': u'geofence_regional'
}, {
'config': {},
'filter': u'select_first_region'


Loading…
Cancel
Save