Browse Source

Update README.md

pull/773/head
Max Lv 8 years ago
committed by GitHub
parent
commit
5614e46f78
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -461,7 +461,7 @@ ss-server -s 0.0.0.0 -p 443 -k passwd -m chacha20 -u
### Setup your client
```bash
client_linux_amd64 -l 127.0.0.1:1090 -r <server_ip>:21 --crypt none --mtu 1200 --nocomp -mode normal --dscp 46 &
client_linux_amd64 -l 127.0.0.1:1090 -r <server_ip>:21 --crypt none --mtu 1200 --nocomp --mode normal --dscp 46 &
ss-local -s 127.0.0.1 -p 1090 -k passwd -m chacha20 -l 1080 -b 0.0.0.0 &
ss-local -s <server_ip> -p 443 -k passwd -m chacha20 -l 1080 -U -b 0.0.0.0
```

Loading…
Cancel
Save