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

The ip rules to exempt DNS traffic are not removed when the flag is turned off. #176

Open
MrHohn opened this issue Nov 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@MrHohn
Copy link
Collaborator

MrHohn commented Nov 3, 2022

From an unrelated debugging I found out the rules added in #114 are not cleaned up properly when the DNS exempt flag is turned off.

e.g. We would still see these two rules (29999 and 30000) dangling:

root@gke-XXX:~# ip rule
9:      from all fwmark 0x200/0xf00 lookup 2004
100:    from all lookup local
29999:  from all dport 53 lookup main
30000:  from all sport 53 lookup main
32766:  from all lookup main
32767:  from all lookup default
@MrHohn MrHohn added the bug Something isn't working label Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant