feat(pihole): wildcard *.jupiter.sol -> jupiter (VM-verified)
This commit is contained in:
@@ -37,6 +37,8 @@
|
|||||||
# Arrays (format validated in the VM): static lease + local DNS records.
|
# Arrays (format validated in the VM): static lease + local DNS records.
|
||||||
FTLCONF_dhcp_hosts = "00:e0:4c:3c:a3:1f,10.0.0.20,jupiter";
|
FTLCONF_dhcp_hosts = "00:e0:4c:3c:a3:1f,10.0.0.20,jupiter";
|
||||||
FTLCONF_dns_hosts = "10.0.0.10 mercury.sol;10.0.0.20 jupiter.sol";
|
FTLCONF_dns_hosts = "10.0.0.10 mercury.sol;10.0.0.20 jupiter.sol";
|
||||||
|
# Wildcard: any <service>.jupiter.sol -> jupiter (caddy routes by hostname).
|
||||||
|
FTLCONF_misc_dnsmasq_lines = "address=/jupiter.sol/10.0.0.20";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user