-
Notifications
You must be signed in to change notification settings - Fork 437
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
dynamically read rulefile
feature
#75
Comments
Another advantage: reload rule file without flushing internal domain->ip map. When glider restarts, which makes domain->ip map flushed, clients' dns doesn't update in time, all domain based rules get failed. |
Anyone found a solution on how to do this? |
Glider should not flush ipset when it is killed. After glider exits and ipset is flushed, iptables will not forward packets to glider. Client dns cache has to be flushed. |
This would be a "nice to have feature" |
Hi!
It will be interesting to be able to tell glider reload
rulefile
without having to kill the process and run it again.Like apache and many daemons do when you send a specific signal (SIGUSR1?)
Currently i have to kill & re-launch glider each time my rulefile changes, which also stops triggering packets
The text was updated successfully, but these errors were encountered: