Free UTM appliance: firewall, VPN, WAF and antivirus in one ISO.
...CacheGuard-OS is not an app, it IS the OS. A fully custom network appliance operating system built from scratch over 20 years, now fully open source.
One ISO includes: firewall, VPN, web antivirus, URL filtering, SSL inspection, WAF, reverse proxy, load balancer and QoS.
Free for any number of users. Optional paid support available.
Source code: https://github.com/cacheguard/CacheGuard-OS
Website: https://www.cacheguard.com/
Laravel Proxy Package for handling sessions when behind load balancers
Setting a trusted proxy allows for correct URL generation, redirecting, session handling and logging in Laravel when behind a reverse proxy such as a load balancer or cache. Laravel 5.5+ comes with this package. If you are using Laravel 5.5 or greater, you do not need to add this to your project separately. Setting a trusted proxy allows for correct URL generation, redirecting, session handling and logging in Laravel when behind a reverse proxy. ...