From 5d474984b4bc03bc56aa878aa89623b52b09d073 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Sat, 15 Jul 2023 13:34:02 +0200 Subject: [PATCH] . --- .idea/workspace.xml | 8 +++++--- config/dnsmasq.conf | 33 ++++++++++++++++++++------------- 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 54f9c45..a6e545c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,7 +6,7 @@ - + diff --git a/config/dnsmasq.conf b/config/dnsmasq.conf index bc9815a..ec6a658 100644 --- a/config/dnsmasq.conf +++ b/config/dnsmasq.conf @@ -1,22 +1,29 @@ server=1.1.1.1 -server=1.0.0.1 +server=8.8.8.8 server=95.217.229.211 server=151.80.222.79 server=192.168.13.1 -server=8.8.8.8 +server=8.8.4.4 +server=1.0.0.1 +# Freebox address=/nas.home.tortuga.enhydra.fr/192.168.13.1 +address=/mafreebox.freebox.fr/192.168.13.1 +# Home address=/home.tortuga.enhydra.fr/192.168.13.7 address=/kodidb.home.tortuga.enhydra.fr/192.168.13.7 -address=/squeezebox.home.tortuga.enhydra.fr/192.168.13.7 -address=/mafreebox.freebox.fr/192.168.13.1 -address=/tvheadend.home.tortuga.enhydra.fr/192.168.13.60 -address=/domoticz.home.tortuga.enhydra.fr/192.168.13.67 +address=/kodi.home.tortuga.enhydra.fr/192.168.13.7 +# Squeezebox +address=/squeezebox.home.tortuga.enhydra.fr/192.168.13.67 +# Backup +address=/dockerbackup.home.tortuga.enhydra.fr/192.168.13.70 +# Servarr +address=/transmission.home.tortuga.enhydra.fr/192.168.13.70 +address=/servarr.home.tortuga.enhydra.fr/192.168.13.70 +# Home Assistant +address=/homeassistant.home.tortuga.enhydra.fr/192.168.13.8 +address=/homeassistant.tortuga.enhydra.fr/192.168.13.8 +# Cloud server +address=/cloud.home.tortuga.enhydra.fr/192.168.13.6 address=/nextcloud.home.tortuga.enhydra.fr/192.168.13.7 -address=/harmonyapi.home.tortuga.enhydra.fr/192.168.13.7 -address=/potainersalon.home.tortuga.enhydra.fr/192.168.13.66 -address=/transmission.home.tortuga.enhydra.fr/192.168.13.7 address=/paperless.home.tortuga.enhydra.fr/192.168.13.7 -address=/piwigo.home.tortuga.enhydra.fr/192.168.13.7 -address=/dockerbackup.home.tortuga.enhydra.fr/192.168.13.70 -address=/zigbee2mqtt.home.tortuga.enhydra.fr/192.168.13.70 -address=/homeassistant.home.tortuga.enhydra.fr/192.168.13.8 \ No newline at end of file +address=/piwigo.home.tortuga.enhydra.fr/192.168.13.7 \ No newline at end of file -- 2.39.5