From 7739e73322e9c4da895ccdd37c5c014ad214073b Mon Sep 17 00:00:00 2001 From: nihilist Date: Mon, 26 May 2025 20:41:20 +0200 Subject: [PATCH] add the UWT_DEV_PASSTHROUGH=1 to the curl command as otherwise it --- whonix_hiddenservice/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/whonix_hiddenservice/index.md b/whonix_hiddenservice/index.md index d086fe3..80dd52f 100644 --- a/whonix_hiddenservice/index.md +++ b/whonix_hiddenservice/index.md @@ -100,6 +100,8 @@ zsh: exit 7 curl 10.152.152.11:80 EXTERNAL_OPEN_PORTS+=" 80 " [workstation root ~]# whonix_firewall +[workstation root ~]# UWT_DEV_PASSTHROUGH=1 curl 10.152.152.11:80 +welcome to my self-hosted hidden service! ``` ![alt text](image-3.png)