Line 64:
Line 64:
== Use cases ==
== Use cases ==
+
+
=== I want to define a remote DNS server for a domain ===
+
<syntaxhighlight lang="bash">
+
config set myremotedomaine.cc domain-remote Nameservers=IP1,IP2
+
config set myremotedomaine.com domain-remote Nameservers=IP3
+
</syntaxhighlight>
+
=== I want to add a pihole ===
=== I want to add a pihole ===