fix client IP handling behind proxies
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
server:
|
||||
port: 8080
|
||||
mode: debug
|
||||
trusted_proxies:
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
- 10.42.0.0/16
|
||||
- 10.43.0.0/16
|
||||
- 172.16.0.0/12
|
||||
|
||||
database:
|
||||
host: localhost
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
server:
|
||||
port: 8080
|
||||
mode: debug
|
||||
trusted_proxies:
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
- 10.42.0.0/16
|
||||
- 10.43.0.0/16
|
||||
- 172.16.0.0/12
|
||||
|
||||
database:
|
||||
host: localhost
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
server:
|
||||
port: 8090
|
||||
mode: debug
|
||||
trusted_proxies:
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
- 10.42.0.0/16
|
||||
- 10.43.0.0/16
|
||||
- 172.16.0.0/12
|
||||
|
||||
database:
|
||||
host: localhost
|
||||
|
||||
Reference in New Issue
Block a user