mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
35 lines
775 B
INI
35 lines
775 B
INI
{
|
|
"id": "dnsmasq",
|
|
"name": "Dnsmasq, to serve names of local machines which are not in the global DNS",
|
|
"title": "dnsmasq",
|
|
"description": "DNS server with cache",
|
|
"info": "Remember to point your PC and devices DNS or\nyour router DNS to your NCP IP",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "ACTIVE",
|
|
"name": "Active",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "DOMAIN",
|
|
"name": "Domain",
|
|
"value": "mycloud.nextcloudpi.com",
|
|
"suggest": "mycloud.nextcloudpi.com"
|
|
},
|
|
{
|
|
"id": "DNSSERVER",
|
|
"name": "DNS server",
|
|
"value": "8.8.8.8",
|
|
"suggest": "8.8.8.8"
|
|
},
|
|
{
|
|
"id": "CACHESIZE",
|
|
"name": "Cache size",
|
|
"value": "150",
|
|
"suggest": "150"
|
|
}
|
|
]
|
|
}
|