mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Merge 941b9e5531
into 6be45e405d
This commit is contained in:
commit
e17749e585
26
README.md
26
README.md
@ -86,3 +86,29 @@ sudo setcap cap_net_bind_service=+ep boringproxy
|
||||
[1]: https://forum.indiebits.io/c/boringproxy-support/9
|
||||
|
||||
[2]: https://github.com/boringproxy/boringproxy/issues
|
||||
|
||||
# Updating
|
||||
|
||||
To update boringproxy, follow the build instructions again and replace the ``boringproxy`` executable file
|
||||
|
||||
Don't forget to give the executable permission to bind to low ports
|
||||
|
||||
```bash
|
||||
sudo setcap cap_net_bind_service=+ep boringproxy
|
||||
```
|
||||
|
||||
To kill the old process and restart the proxy:
|
||||
|
||||
## Server
|
||||
|
||||
```bash
|
||||
kill $(pgrep boringproxy)
|
||||
./boringproxy server
|
||||
```
|
||||
|
||||
## Client
|
||||
|
||||
```bash
|
||||
kill $(pgrep boringproxy)
|
||||
./boringproxy client -server bpdemo.brng.pro -token fKFIjefKDFLEFijKDFJKELJF -client-name demo-client -user demo-user
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user