Skip to content

Conversation

@majst01
Copy link
Contributor

@majst01 majst01 commented Aug 21, 2025

Description

Closes #203

rb = append(rb, fmt.Sprintf("ip daddr != { %s }", strings.Join(except, ", ")))
}
if len(allow) > 0 {
if allow[0] != "0.0.0.0/0" {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why is only the first allow entry considered ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Fix hard-coded IPv4 any destination

2 participants