diff options
Diffstat (limited to 'tools/conf/etc/dnsmasq.conf')
-rw-r--r-- | tools/conf/etc/dnsmasq.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/conf/etc/dnsmasq.conf b/tools/conf/etc/dnsmasq.conf index 709b271..c7dd4cd 100644 --- a/tools/conf/etc/dnsmasq.conf +++ b/tools/conf/etc/dnsmasq.conf @@ -88,10 +88,10 @@ local=/ank/ # Add domains which you want to force to an IP address here. # The example below send any host in double-click.net to a local # web-server. -address=/hive.gnu.systems/10.0.0.4 -#address=/hive.gnu.systems/192.168.1.5 -#host-record=hive.gnu.systems,10.0.0.4 -#host-record=hive.gnu.systems,192.168.1.67 +address=/tribu.semdestino.org/10.0.0.4 +#address=/tribu.semdestino.org/192.168.1.5 +#host-record=tribu.semdestino.org,10.0.0.4 +#host-record=tribu.semdestino.org,192.168.1.67 # --address (and --server) work with IPv6 addresses too. #address=/www.thekelleys.org.uk/fe80::20d:60ff:fe36:f83 @@ -643,8 +643,8 @@ local-ttl=60 # Return an MX record named "maildomain.com" with target # servermachine.com and preference 50 #mx-host=maildomain.com,servermachine.com,50 -#mx-host=hive.gnu.systems,c2.ank,50 -mx-host=hive.gnu.systems,10.0.0.4,50 +#mx-host=tribu.semdestino.org,c2.ank,50 +mx-host=tribu.semdestino.org,10.0.0.4,50 # Set the default target for MX records created using the localmx option. #mx-target=servermachine.com |