Compare commits

...
Sign in to create a new pull request.

1 commit
main ... local

Author SHA1 Message Date
9bf76b02c1 Local addresses. 2025-10-28 23:37:19 +01:00

View file

@ -112,8 +112,8 @@ foreign import unsafeSetInnerHTML :: HTMLElement -> RawHTML -> Effect Unit
-- | Current limit is 30 minutes (`max_keepalive` = 60, 60 * 30 seconds = 30 minutes).
max_keepalive = 60 :: Int
wsURLauthd = "wss://www.netlib.re/ws/authd" :: String
wsURLdnsmanagerd = "wss://www.netlib.re/ws/dnsmanagerd" :: String
wsURLauthd = "ws://localhost:8080" :: String
wsURLdnsmanagerd = "ws://localhost:8081" :: String
data PageEvent
= EventPageAuthentication PageAuthentication.Output