diff --git a/justfile b/justfile index bcb58d9..1dc0217 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,6 @@ +default: + @just --list + build: clojure -T:build build diff --git a/resources/k16/kl/module/network/config/dnsmasq-external.conf b/resources/k16/kl/module/network/config/dnsmasq-external.conf index 63b3171..2e9de1b 100644 --- a/resources/k16/kl/module/network/config/dnsmasq-external.conf +++ b/resources/k16/kl/module/network/config/dnsmasq-external.conf @@ -2,3 +2,4 @@ port=53 local=/test/ address=/test/127.0.0.1 +address=/test/::127.0.0.1 diff --git a/resources/k16/kl/module/network/config/dnsmasq-internal.conf b/resources/k16/kl/module/network/config/dnsmasq-internal.conf index ad1913a..cbad9fa 100644 --- a/resources/k16/kl/module/network/config/dnsmasq-internal.conf +++ b/resources/k16/kl/module/network/config/dnsmasq-internal.conf @@ -2,3 +2,4 @@ port=53 local=/test/ address=/test/172.5.0.101 +address=/test/::172.5.0.101