From b4817ec061fbec77124193bd2418a15e0316b11a Mon Sep 17 00:00:00 2001 From: Alireza Gharib Date: Wed, 20 Mar 2024 10:15:57 +0330 Subject: [PATCH] Create installation.md --- BridgeConf/installation.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 BridgeConf/installation.md diff --git a/BridgeConf/installation.md b/BridgeConf/installation.md new file mode 100644 index 0000000..3f184c2 --- /dev/null +++ b/BridgeConf/installation.md @@ -0,0 +1,14 @@ +## Install Webtunnel +- Clone this project go to the `` /main/server `` and run `` go build `` +- You will get `` server `` file and put it into `` /user/local/bin ``, it is name can be webtunnel +- Install Nginx +- `` apt install apt-transport-https `` +- In `` /etc/apt/sources.list.d/tor.list `` put +```bash +deb [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org main +deb-src [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org main + +``` +- Find distribution with `` lsb_release -c `` +- At the end run `` wget -qO- https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --dearmor | tee /usr/share/keyrings/tor-archive-keyring.gpg >/dev/null `` +- `` apt update && apt install tor deb.torproject.org-keyring ``