You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running in websocket mode, the server will always listen at 0.0.0.0. However, in case I want to run it behind a reverse proxy, I might want the bot to only listen on localhost (127.0.0.1) instead. Is that possible somehow?
The text was updated successfully, but these errors were encountered:
When running in websocket mode, the server will always listen at
0.0.0.0
. However, in case I want to run it behind a reverse proxy, I might want the bot to only listen on localhost (127.0.0.1
) instead. Is that possible somehow?The text was updated successfully, but these errors were encountered: