Browse Source

Merge pull request #544 from github/ns1-region-filter-remove-no-change

Update NS1 _REGION_FILTER to include remove_no_georegion in config
pull/547/head
Ross McFarland 6 years ago
committed by GitHub
parent
commit
f4da755d92
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      octodns/provider/ns1.py

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

@ -253,7 +253,9 @@ class Ns1Provider(BaseProvider):
def _REGION_FILTER(self, with_disabled): def _REGION_FILTER(self, with_disabled):
return self._update_filter({ return self._update_filter({
'config': {},
'config': {
'remove_no_georegion': True
},
'filter': u'geofence_regional' 'filter': u'geofence_regional'
}, with_disabled) }, with_disabled)


Loading…
Cancel
Save