Skip to content

Commit

Permalink
Add check to ensure socket.remoteAddress (remote IP) is a string (#101
Browse files Browse the repository at this point in the history
)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
  • Loading branch information
nevets963 and Steven Briscoe authored Sep 19, 2022
1 parent 4ac17e1 commit 18c6725
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/app-proxy/test/docker-compose.sse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
environment:
APP_HOST: sse_server
APP_PORT: 80
PROXY_AUTH_WHITELIST: "*"
sse_server:
image: getumbrel/sse-test-server
build: ./test/sse-test-server
build: ./sse-test-server
Loading

0 comments on commit 18c6725

Please sign in to comment.