-
Notifications
You must be signed in to change notification settings - Fork 565
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
Is it possible to run it on linux-based router e.g. OpenWrt? #29
Comments
Ideally, if all the dependencies can be found in the OpenWrt environment, then it should work. Otherwise you may need to modify the code more or less. The two mandatory components are libnetfilter_queue and redis. |
Router does not generate packets but forwards them. |
Sorry, I don't see the reason why routers cannot generate packets. Actually, libnetfilter_queua and netfilter kernel module should have the same effect, and libnetfilter_queue is easier to implement those strategies and much more flexible since it's running in user mode in spite of more performance overhead (also, kernel modules are much more risky). |
I've just written a iptables target module to send TCP insertion packets |
root@LEDE:~/INTANG# cat /var/log/intangd.log Just stops there. Daemon stops runing but no info regarding the exit also it doest print out info like "Loading TTL from redis." "Async connection built successfully." "Connected to TCP DNS server." It just doesn`t connect to tcp dns server and daemon exits afterwards. |
I have used your kernel module && extension and it is working perfectly against Turkish internet providers. Tested against multiple blocked sites, imgur, pastebin,wikipedia etc... Its so easy to use and i believe it will work seamlessly with OpenWrt. |
No description provided.
The text was updated successfully, but these errors were encountered: