Skip to content

Cant use QPS or pool in "newServer" in dnsdist.conf #33

@askilolsen

Description

@askilolsen

In templates/dnsdist.conf.j2 newServer is defined as:
newServer("{{server}}")

This makes it hard to add additional configuration like QPS or pool, removing the '"' and defining server as:
"{address='1.1.1.1', pool='testing'}"

Made it possible.
Not sure if there is a good reason for using the '"' in the config, but wanted to file the issue to find out

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions