Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-shri committed Aug 28, 2022
1 parent 00ee947 commit 1c88ed9
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,20 @@ After the server is deployed, open app to display the webpage normally. After th

## 2. Client Configuration

QR code address: https://{Domain}/qr
QR code address:
```
https://{Domain}/qr
```

(Change {Domain} to your own app server url.)
Use the client (Shadowsocks recommended) to scan the QR code.

**or**

Use 'ss' address: https://{Domain}/ss

Use 'ss' address:
```
https://{Domain}/ss
```
(Change {Domain} to your own app name)
Copy the details after opening and import it to the client.

Expand All @@ -45,7 +50,7 @@ Manual configuration (Config file):
"server" : "{Domain}",
"server_port" : 443,
"local_port" : 1080,
"password":"{password}",
"password":"{password}",
"timeout":300,
"method":"chacha20-ietf-poly1305",
"mode": "tcp_only",
Expand Down

0 comments on commit 1c88ed9

Please sign in to comment.