diff --git a/templates/conf/daemon.json.j2 b/templates/conf/daemon.json.j2 new file mode 100644 index 0000000..4081371 --- /dev/null +++ b/templates/conf/daemon.json.j2 @@ -0,0 +1,3 @@ +{ + "dns": ["1.1.1.1", "9.9.9.9"] +} \ No newline at end of file