Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ncp-config.d/dnsmasq.cfg')
-rw-r--r--etc/ncp-config.d/dnsmasq.cfg31
1 files changed, 31 insertions, 0 deletions
diff --git a/etc/ncp-config.d/dnsmasq.cfg b/etc/ncp-config.d/dnsmasq.cfg
new file mode 100644
index 00000000..8a66d38d
--- /dev/null
+++ b/etc/ncp-config.d/dnsmasq.cfg
@@ -0,0 +1,31 @@
+{
+ "id": "dnsmasq",
+ "name": "dnsmasq",
+ "title": "dnsmasq",
+ "description": "DNS server with cache",
+ "info": "Remember to point your PC and devices DNS or\nyou router DNS to your Raspberry Pi IP",
+ "infotitle": "",
+ "params": [
+ {
+ "id": "ACTIVE",
+ "name": "ACTIVE",
+ "value": "no",
+ "type": "bool"
+ },
+ {
+ "id": "DOMAIN",
+ "name": "DOMAIN",
+ "value": "mycloud.ownyourbits.com"
+ },
+ {
+ "id": "DNSSERVER",
+ "name": "DNSSERVER",
+ "value": "8.8.8.8"
+ },
+ {
+ "id": "CACHESIZE",
+ "name": "CACHESIZE",
+ "value": "150"
+ }
+ ]
+}