diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-05 17:31:07 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-07 20:47:01 +0200 |
commit | 173816717bca3d07e894c0fd8877f84eb9c3a4f7 (patch) | |
tree | 3c0faf258230d4b35fffa793cb6fa3fa80d86b83 /main/WebSocket.hs | |
parent | 24bd419149f5962eed90064753dd958e03863abd (diff) |
Option to configure when tunnel is offered
Diffstat (limited to 'main/WebSocket.hs')
-rw-r--r-- | main/WebSocket.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/WebSocket.hs b/main/WebSocket.hs index fbdd65f..5c49aa1 100644 --- a/main/WebSocket.hs +++ b/main/WebSocket.hs @@ -1,4 +1,5 @@ module WebSocket ( + WebSocketAddress(..), startWebsocketServer, ) where |