mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-17 22:36:17 +00:00
implement rate limiting for authentication routes and add custom error handling page
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
set -eu
|
||||
|
||||
exec uvicorn auth_gateway.main:app --host 0.0.0.0 --port 9091 --no-access-log
|
||||
exec uvicorn auth_gateway.main:app --host 0.0.0.0 --port 9091 --no-access-log --proxy-headers --forwarded-allow-ips="*"
|
||||
|
||||
Reference in New Issue
Block a user