Shuts down the proxy server and closes the socket.
Future<void> close() async { await server?.close(); }