Tobias Knöppler 81ef2331bf
Remove ownyourbits.com in various places
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2024-05-01 15:46:58 +02:00

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"
}
]
}