mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Update NS1 _REGION_FILTER to include remove_no_georegion in config
This commit is contained in:
@@ -253,7 +253,9 @@ class Ns1Provider(BaseProvider):
|
||||
|
||||
def _REGION_FILTER(self, with_disabled):
|
||||
return self._update_filter({
|
||||
'config': {},
|
||||
'config': {
|
||||
'remove_no_georegion': True
|
||||
},
|
||||
'filter': u'geofence_regional'
|
||||
}, with_disabled)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user