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

Can't specify services only with protocols #18

Open
bogdanr opened this issue Dec 30, 2016 · 2 comments
Open

Can't specify services only with protocols #18

bogdanr opened this issue Dec 30, 2016 · 2 comments

Comments

@bogdanr
Copy link
Contributor

bogdanr commented Dec 30, 2016

This config doesn't work:

firewall:
  services:
    ssh:
      protos:
        - udp
        - tcp
@o-be-one
Copy link

Hello, long time you had no answer ...
I 've found a way: i've added this:

  ips_allow:
    - 0.0.0.0/0

@scub
Copy link
Contributor

scub commented Dec 8, 2018

potentially resolved by #27 which would, depending on who you are, fulfill what would be a more idealized workflow. Explicitly specifying 0.0.0.0/0 for global matches doesn't make the most sense when the rule never actually propagates until an ips_allow blob is specified. Why not just make it the default when no options are specified? Is there a reason we would want a rule defined that can never actively be used?

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

3 participants