File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ It makes your website accessible via TON Network!
7
7
##### Download
8
8
9
9
``` sh
10
- wget https://github.com/ton-utils/reverse-proxy/releases/download/v0.3.2 /tonutils-reverse-proxy-linux-amd64
10
+ wget https://github.com/ton-utils/reverse-proxy/releases/download/v0.3.3 /tonutils-reverse-proxy-linux-amd64
11
11
chmod +x tonutils-reverse-proxy-linux-amd64
12
12
```
13
13
@@ -23,7 +23,9 @@ Run with domain configuration, and follow the steps:
23
23
24
24
<img width =" 500 " alt =" yes1 " src =" https://user-images.githubusercontent.com/9332353/210967656-182b0d0f-6954-49c9-bf8a-40f5b4a61aa7.png " >
25
25
26
- Scan QR code from your terminal using Tonkeeper, Tonhub or any other wallet, execute transaction. Your domain will be linked to your site.
26
+ Scan QR code from your terminal using Tonkeeper, Tonhub or any other wallet, execute transaction. Your domain will be linked to your site.
27
+
28
+ If for some reason you cannot scan QR code, add ` -tx-url ` flag, so it will be displayed as ` ton:// ` url for transaction.
27
29
28
30
###### Run without domain
29
31
@@ -44,4 +46,4 @@ Proxy adds additional headers:
44
46
45
47
### Installation on any other OS
46
48
47
- Build it from sources using ` ./ build.sh ` , and run as in the step 2 for linux. Go environment is required to build.
49
+ Build it from sources using ` make build` , and run as in the step 2 for linux. Go environment is required to build.
You can’t perform that action at this time.
0 commit comments