thombashi / tcconfig

A tc command wrapper. Make it easy to set up traffic control of network bandwidth/latency/packet-loss/packet-corruption/etc. to a network-interface/Docker-container(veth).
https://tcconfig.rtfd.io/
MIT License
792 stars 85 forks source link

Limit based on source ip #172

Open Stevemoretz opened 1 year ago

Stevemoretz commented 1 year ago

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I have a vps many clients connect, I want them to each have a top speed (upload/download) for 10Mbps so I don't know their source ips, I know which ports they connect to the server connects as a proxypass so all the incoming connections will have an outgoing connection.

client <----> server <----> ....

Describe the solution you'd like

A clear and concise description of what you want to happen.

I would love to limit based on the source ip, so each ip will have 10Mbps.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.