-
Notifications
You must be signed in to change notification settings - Fork 33
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
Solid library but what about custom messages #3
Comments
It looks like the radius does not have this kind of functionality. You should add some codes in your vpn server. |
I used this library to support some old vpn server. |
Cool, i'm using it as a radius proxy for a pfsense appliance. |
@osiloke ,you can send a pull request to add this feature or fork it to do whatever you want. |
Ok, will do |
@osiloke hi, were you able to make progress? I'm interested in this as well |
@dcu I decided not to use pfsense which required a radius server. I used https://github.com/nodogsplash/nodogsplash with a custom auth server (in golang) which controls nodogsplash using its unix sockets api. Nodogsplash is light and it allows you to set each clients bandwidth up/down rate via unix sockets, also its way lighter and less complicated than the solution i came up with. I'll still look into this in the future, but i needed something quick and easy i could maintain. |
Hi,
Really like this library. Although, i need to send back bandwidth up and down message when accepting a request, for traffic shaping. Do you have any suggestions where in the code would be best to attack.
Thanks
The text was updated successfully, but these errors were encountered: