Skip to content

Commit 8091d6b

Browse files
committed
pi-hole: Add dns record for server.otlqu2p5cvqqpnid.myfritz.net
1 parent d4a38b9 commit 8091d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/pi-hole.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ in
5252
FTLCONF_webserver_api_password = "";
5353
FTLCONF_dns_upstreams = "208.67.222.222;2620:119:35::35;1.0.0.1;2606:4700:4700::1001";
5454
#FTLCONF_dns_hosts = ''192.168.1.207 honermann.info;192.168.1.207 ssl-proxy''; # simple record
55-
FTLCONF_dns_hostRecord = ''honermann.info,ssl-proxy,192.168.1.207''; # add ipv4, ipv6 and ptr record
55+
FTLCONF_dns_hostRecord = ''honermann.info,ssl-proxy,server.otlqu2p5cvqqpnid.myfritz.net,192.168.1.207''; # add ipv4, ipv6 and ptr record
5656
FTLCONF_dns_listeningMode = "ALL";
5757
FTLCONF_dns_revServers = "true,192.168.0.0/16,192.168.1.1,localdomain";
5858
FTLCONF_dns_reply_host_force4 = "true"; # Use specified IP

0 commit comments

Comments
 (0)