mirror of https://github.com/mingrammer/diagrams
feat(node): DNS components: CoreDNS, PowerDNS (#302)
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>pull/362/head
parent
899620a878
commit
40ecaf6482
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OnPrem
|
||||||
|
|
||||||
|
|
||||||
|
class _Dns(_OnPrem):
|
||||||
|
_type = "dns"
|
||||||
|
_icon_dir = "resources/onprem/dns"
|
||||||
|
|
||||||
|
|
||||||
|
class Coredns(_Dns):
|
||||||
|
_icon = "coredns.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Powerdns(_Dns):
|
||||||
|
_icon = "powerdns.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 33 KiB |
Loading…
Reference in new issue