From a0ba49e3228a34375b89efd46ce73276046f22bf Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 28 Nov 2021 00:01:59 -0500 Subject: [PATCH] SDA talks to the wormhole, not a browser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 760bbda..0f66022 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ For example, the production `wormhole.hush.is` uses CloudFlare to proxy SSL conn to nginx, which then proxies to the actual wormhole server. Like so: ``` - [browser] <=> [CloudFlare] <=> [nginx] <=> [wormhole] + [SDA] <=> [CloudFlare] <=> [nginx] <=> [wormhole] ``` Here is an example nginx config that you can use, just change your `server_name` :