Skip to content

DNS bind multiple host #1401

@bestpika

Description

@bestpika

Prerequisites

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

Problem Description

I want to bind the DNS host to 127.0.0.1 and ::1.
But the configuration only can set one address.

Work:

dns:
  bind_host: 127.0.0.1

Not work

dns:
  bind_host:
  - 127.0.0.1
  - ::1

Proposed Solution

Alternatives Considered

Additional Information

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions