aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-02-18 23:20:44 +0000
committerterminaldweller <devi@terminaldweller.com>2024-02-18 23:20:44 +0000
commitabe0d17ac12079418ebed561cbd9d49a75a15cb9 (patch)
treea056a270d01211f16615ea7822a9b7f809d56777
parentdns (diff)
downloadvagrantboxes-abe0d17ac12079418ebed561cbd9d49a75a15cb9.tar.gz
vagrantboxes-abe0d17ac12079418ebed561cbd9d49a75a15cb9.zip
update
-rw-r--r--dns/Vagrantfile1
-rw-r--r--dns/dnscrypt-proxy.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/dns/Vagrantfile b/dns/Vagrantfile
index d1b6d9b..d20bd8c 100644
--- a/dns/Vagrantfile
+++ b/dns/Vagrantfile
@@ -22,6 +22,7 @@ Vagrant.configure('2') do |config|
# shares
config.vm.synced_folder '.', '/vagrant', type: 'nfs', nfs_version: 4, nfs_udp: false
+ config.vm.network :private_network, :ip => '192.168.121.93' , :libvirt__domain_name => 'devidns.local'
config.vm.provider 'libvirt' do |libvirt|
libvirt.storage_pool_name = 'ramdisk'
diff --git a/dns/dnscrypt-proxy.toml b/dns/dnscrypt-proxy.toml
index b34c50b..2ea62d2 100644
--- a/dns/dnscrypt-proxy.toml
+++ b/dns/dnscrypt-proxy.toml
@@ -40,7 +40,7 @@
## To listen to all IPv4+IPv6 addresses, use `listen_addresses = ['[::]:53']`
# listen_addresses = ['172.17.0.1:5554','127.0.0.1:5553', '[::1]:5555', '127.0.0.1:53', '[::1]:53']
-listen_addresses = ['[::]:53']
+listen_addresses = ['192.168.121.93:53']
## Maximum number of simultaneous client connections to accept