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

restrict the outgoing traffic #6

Closed
wants to merge 2 commits into from

Conversation

Eslam-Nawara
Copy link

Description

restrict the outgoing traffic, allowing traffic to go only through the router

Changes

restrict the outgoing traffic, allowing traffic to go only through the router

Related Issues

List of related issues

Checklist

  • Tests included
  • Build pass
  • Documentation
  • Code format and docstring

@@ -8,7 +8,14 @@ table inet filter {
}

chain output {
type filter hook output priority filter; policy accept;
type filter hook output priority filter; policy accept;
ip daddr 192.168.123.32 accept
Copy link

Choose a reason for hiding this comment

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

what are these ips

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

Successfully merging this pull request may close these issues.

2 participants