From fea01ce82cadd7de08377c40fa53b227ab3efd4b Mon Sep 17 00:00:00 2001 From: Alex Grinman Date: Mon, 22 Jun 2020 11:35:04 -0400 Subject: [PATCH] subdomain feature cli printout --- Dockerfile | 2 +- src/client/main.rs | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9127f74..78ce772 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ ENV RUST_BACKTRACE=1 EXPOSE 5000 EXPOSE 8080 -ENTRYPOINT ["/wormhole_server"] \ No newline at end of file +ENTRYPOINT ["/tunnelto_server"] \ No newline at end of file diff --git a/src/client/main.rs b/src/client/main.rs index b759196..d0fb736 100644 --- a/src/client/main.rs +++ b/src/client/main.rs @@ -180,6 +180,10 @@ async fn connect_to_wormhole(config: &Config) -> Result>> Notice: to access the full sub-domain feature, get your a free authentication key at https://dashboard.tunnelto.dev."); + } + Ok(websocket) }