This website requires JavaScript.
Explore
Help
Sign In
mirror
/
github-octodns
Watch
1
Star
0
Fork
0
You've already forked github-octodns
mirror of
https://github.com/github/octodns.git
synced
2024-05-11 05:55:00 +00:00
Code
Issues
Releases
Activity
Files
3fa9b0ef9dd038394ab58d723f8659ff3e80c698
github-octodns
/
octodns
/
processor
History
Jeff Engleman
5d9c8d878a
prepend zone_name with . to ensure it matches on address boundary
2023-02-24 16:12:36 -05:00
..
__init__.py
Remove from __futures__ bits, all are now manditory
2022-09-15 14:10:21 -07:00
acme.py
Use super() now that we require python3, less error prone
2022-09-15 14:25:47 -07:00
arpa.py
prepend zone_name with . to ensure it matches on address boundary
2023-02-24 16:12:36 -05:00
base.py
Remove from __futures__ bits, all are now manditory
2022-09-15 14:10:21 -07:00
filter.py
Add IgnoreRootNsFilter w/tests
2022-11-09 09:13:04 -08:00
ownership.py
isort import formatting
2023-01-22 13:54:19 -08:00
restrict.py
Remove from __futures__ bits, all are now manditory
2022-09-15 14:10:21 -07:00
spf.py
Replace use of
removeprefix
with slicing
2023-02-20 18:31:25 +00:00