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

Support input interface specification to dns server #215

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

traylenator
Copy link
Collaborator

@traylenator traylenator commented Nov 23, 2023

Pull Request (PR) description

Useful when you want to allow docker/podman containers access to a hosts dns stub resolver.

class { 'nftables::rules::dns':
  iifname => ['docker0'],
}

@traylenator traylenator added the enhancement New feature or request label Nov 23, 2023
Copy link
Member

@kenyon kenyon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should also rebase to eliminate the merge commit.

manifests/rules/dns.pp Outdated Show resolved Hide resolved
Useful when you want to allow docker/podman containers
access to a hosts dns stub resolver.

```puppet
class{'nftables::rules::dns':
  iifname => ['docker0'],
}
```
@bastelfreak bastelfreak merged commit 41c988a into voxpupuli:master Nov 24, 2023
29 checks passed
@traylenator traylenator deleted the dnsiface branch November 24, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants