python3-designate-sink
OpenStack DNS as a Service - Python libs
Install
- All systems
-
curl cmd.cat/python3-designate-sink.sh
- Debian
-
apt-get install python3-designate
- Ubuntu
-
apt-get install python3-designate
- Kali Linux
-
apt-get install python3-designate
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-designate
- Dockerfile
- dockerfile.run/python3-designate-sink
python3-designate
OpenStack DNS as a Service - Python libs
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant REST API for domain & record management. It is Integrated with Keystone for authentication, and provides a framework in place to integrate with Nova and Neutron notifications (for auto-generated records). Designate supports PowerDNS and Bind9 out of the box. This package provides the Python libraries.