fix: give proxmox servers an IP so they can access teh dns server
This commit is contained in:
parent
721e8cf7c0
commit
e34f93df01
1 changed files with 13 additions and 0 deletions
|
@ -12,6 +12,19 @@
|
||||||
config = {
|
config = {
|
||||||
skynet.records =
|
skynet.records =
|
||||||
[
|
[
|
||||||
|
# Proxmox hosts
|
||||||
|
{
|
||||||
|
record = "jarvis";
|
||||||
|
r_type = "A";
|
||||||
|
value = "193.1.99.73";
|
||||||
|
server = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
record = "ultron";
|
||||||
|
r_type = "A";
|
||||||
|
value = "193.1.99.84";
|
||||||
|
server = true;
|
||||||
|
}
|
||||||
# wifi in server room
|
# wifi in server room
|
||||||
{
|
{
|
||||||
record = "ash";
|
record = "ash";
|
||||||
|
|
Loading…
Reference in a new issue