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
This tracks the main work towards supporting WebSocket in the Outline core server. It only covers the main changes, smaller cleanups are omitted. For the client-side work, see Jigsaw-Code/outline-apps#2272.
This tracks the main work towards supporting WebSocket in the Outline core server. It only covers the main changes, smaller cleanups are omitted. For the client-side work, see Jigsaw-Code/outline-apps#2272.
To Do
Done
We had to re-write major portions of our core server code to make it composable and add support for new protocols.
Update the config format to allow for more complex configurations beyond Shadowsocks
Allow hot swapping of configs to avoid connection interruptions
Make logging composable
slog
#199Make metric handling composable
outlineMetrics
implementsprometheus.Collector
#201Add a webserver and Websocket handlers
outline-ss-server
#225Upgrade()
function #234Create a Caddy module to integrate Outline services into Caddy
slog
#199The text was updated successfully, but these errors were encountered: