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 class for outgoing HKP firewalling #153

Merged
merged 1 commit into from
Oct 25, 2022

Conversation

bastelfreak
Copy link
Member

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

# @summary allow outgoing hkp connections to gpg keyservers
class nftables::rules::out::hkp {
nftables::rule { 'default_out-hkp':
content => 'tcp dport 11371 accept',
Copy link
Member

Choose a reason for hiding this comment

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

I don't know this module very well, but how does this limit it to outgoing traffic? doesn't this also open it incoming?

Copy link
Member Author

Choose a reason for hiding this comment

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

It parses the chain from t.he resource title. In this case the rule is added to the output chain

@nbarrientos nbarrientos self-requested a review October 25, 2022 07:15
@bastelfreak bastelfreak merged commit 7d2ccb7 into voxpupuli:master Oct 25, 2022
@bastelfreak bastelfreak deleted the hkp branch October 25, 2022 13:24
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