...

Text file src/github.com/kvaps/dnsmasq-controller/config/samples/dnsmasq_v1beta1_dhcphosts.yaml

Documentation: github.com/kvaps/dnsmasq-controller/config/samples

     1apiVersion: dnsmasq.kvaps.cf/v1beta1
     2kind: DhcpHosts
     3metadata:
     4  name: node1
     5spec:
     6  controller: ""
     7  hosts:
     8  - ip: 10.9.8.7
     9    macs:
    10    - 94:57:a5:d3:b6:f2
    11    - 94:57:a5:d3:b6:f3
    12    clientIDs:
    13    - "*"
    14    setTags:
    15    - hp
    16    tags:
    17    - ltsp1
    18    hostname: node1
    19    leaseTime: infinite
    20    ignore: false

View as plain text