conf: fix "emulated" DNS nameserver in 10-resolver rc script

This commit is contained in:
2025-02-14 00:20:43 +02:00
parent 6253ab282e
commit 99a099efad
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/sh
/sbin/service start -- /bin/dnsq -n 11.0.0.1 -s 127.0.0.1:53
/sbin/service start -- /bin/dnsq -n 1.1.1.1 -s 127.0.0.1:53