Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for resolvers section #30

Open
hemnstill opened this issue Nov 20, 2020 · 1 comment
Open

Add support for resolvers section #30

hemnstill opened this issue Nov 20, 2020 · 1 comment

Comments

@hemnstill
Copy link

my haproxy.cfg looks like:

defaults
    mode http

resolvers docker_resolver
    nameserver dns 127.0.0.11:53

After parsing and rendering:

defaults
    mode http

    resolvers docker_resolver
    nameserver dns 127.0.0.11:53
@shrinidhiinstasafe
Copy link

Came here to raise the same bug 😅

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

No branches or pull requests

2 participants