Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ProxyGo committed May 1, 2024
1 parent 490b728 commit 78ec888
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ docker run -d --restart=always --net=host \
```

## automatic tls using Let's Encrypt
```
docker run -d --restart=always --net=host \
-p 1080:1080 -p 1080:1080/udp --name socks-tls proxygo/socks-tls -l :1080 -u root -p 123456 -tls -auto
-p 1080:1080 -p 1080:1080/udp --name socks-tls proxygo/socks-tls -l :1080 -u root -p 123456 -tls -auto -d your.domain.com
```

## specified interface
Expand Down

0 comments on commit 78ec888

Please sign in to comment.