basil00
basil00
Yes, I also cannot find any information on how to enable divert sockets on modern MacOS, or even if it is supported at all. I did notice that `man divert`...
One idea is to figure out the `ioctl` (or other) interface that `pf` uses and see if it is possible to enable divert sockets that way. This is probably the...
That's definitely an interesting idea. It might require a lot of work to implement, since currently does not even support tunneling over TCP.
This is a feature I also want. However, it is not so simple to implement. The problem is the SYN and ACKs should also be excluded, and these packets come...
Yes, I agree that an IP blacklist/whitelist feature is a good idea initially. I may take a while for new features to be implemented though.
WinDivert would still be required since ReQrypt needs to make low-level modifications to the packet flow. If you just want to make ReQrypt more selective, e.g., to a specific application,...
I will leave this open as a feature request. I think it would be a nice feature to have, but, it depends when/if I have time to work on it.
Thanks for the report. It seem that you are correct that `xdg-open` is the most "most cross-distribution" method for opening the default browser (at least from a quick google search),...
It might be possible with a bit of work. LEDE would need to have netfilter queue functionality enabled, and then you can set the `iptables` rules for ReQrypt manually. Then...
I do not know off the top of my head, other than it should be possible. I think it is best to get ReQrypt to build for LEDE before trying...