This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
Update NS1 _REGION_FILTER to include remove_no_georegion in config
pull/544/head
Ross McFarland
6 years ago
parent
32c05af6b9
commit
5975ae64be
No known key found for this signature in database
GPG Key ID:
61C10C4FC8FE4A89
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
:
return
self
.
_update_filter
(
{
'
config
'
:
{
}
,
'
config
'
:
{
'
remove_no_georegion
'
:
True
}
,
'
filter
'
:
u
'
geofence_regional
'
}
,
with_disabled
)
Write
Preview
Loading…
Cancel
Save