Skip to content

Conversation

@kubealex
Copy link
Contributor

I wrote a small addition to optional fields without complicating the parsing with XML Namespace support.

The dnsmasq_options field is a simple list of string and it works in an analogue way as autostrart and bridge.

Example

  dnsmasq_options = [
    "server=/test.example.com/192.168.200.1",
    "test"
  ]

Correctly ends up in:

  <dnsmasq:options>
    <dnsmasq:option value='server=/test.example.com/192.168.200.1'/>
    <dnsmasq:option value='test'/>
  </dnsmasq:options>

@kubealex kubealex force-pushed the dnsmasq-options-support branch from 0d3e253 to 8f4c5e1 Compare December 31, 2025 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant