gns3-server/gns3server/appliances/dns.gns3a

21 lines
786 B
Plaintext
Raw Normal View History

2018-07-13 13:42:43 +03:00
{
2021-10-17 07:39:49 +03:00
"appliance_id": "f049539d-db46-422f-8d10-ff9b96a2a4ae",
2018-07-13 13:42:43 +03:00
"name": "DNS",
"category": "guest",
"description": "This appliance provides DNS using dnsmasq with the local domain set to \"lab\".",
"vendor_name": "Ubuntu",
"vendor_url": "https://www.ubuntu.com/",
"product_name": "DNS",
"registry_version": 3,
"status": "stable",
"maintainer": "Andras Dosztal",
"maintainer_email": "developers@gns3.net",
"usage": "You can add records by adding entries to the /etc/hosts file in the following format:\n%IP_ADDRESS% %HOSTNAME%.lab %HOSTNAME%\n\nExample:\n192.168.123.10 router1.lab router1",
2020-09-03 19:29:45 +03:00
"symbol": "linux_guest.svg",
2018-07-13 13:42:43 +03:00
"docker": {
"adapters": 1,
"image": "adosztal/dns:latest",
"console_type": "telnet"
}
}