Project-Faster / qpep

A working version of qpep standalone go client/server, designed to accelerate high-latency connections, like those provided by geostationary satellites.
https://docs.projectfaster.org
Other
3 stars 1 forks source link

Whitelisting and/or Blacklisting support for address classes to be redirected #29

Closed parvit closed 1 year ago

parvit commented 1 year ago

With the addition of filtering of traffic based on network interfaces for #17 it is concievable now to implement the support for defining a whitelist and/or blacklist of address classes.

Those would map to network interfaces that could be added and/or removed from the allowed list of redirected interfaces.

Estimated effort: 1 week

parvit commented 1 year ago

Already implemented with #26