Add a public_dns jail.

This jail will host the authoritative zone for my domains.
This commit is contained in:
Tom Alexander
2023-06-18 13:45:45 -04:00
parent f10964623d
commit 334ec8b49b
3 changed files with 23 additions and 0 deletions

View File

@@ -63,6 +63,11 @@
// admin_git
"hw-address": "58:9c:fc:10:fc:5a",
"ip-address": "10.215.1.210"
},
{
// public_dns
"hw-address": "58:9c:fc:10:ff:80",
"ip-address": "10.215.1.211"
}
]
}