Add /api/config:dnsmasq.cnames

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-01-16 21:33:01 +01:00
parent ee439711c4
commit 0c1c2b0bc3
7 changed files with 101 additions and 1 deletions
+7
View File
@@ -168,6 +168,10 @@ components:
type: integer
logging:
type: boolean
cnames:
type: array
items:
type: string
rev_server:
type: object
properties:
@@ -424,6 +428,9 @@ components:
listening_mode: "local"
cache_size: 10000
logging: true
cnames:
- "*.example.com,default.example.com"
- "hourly.yetanother.com,yetanother.com,3600"
rev_server:
active: false
cidr: "192.168.0.0/24"