Update README.md

This commit is contained in:
coder0987 2023-11-21 20:46:03 -06:00 committed by GitHub
parent b09d7e9b17
commit 941b9e5531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,11 +87,11 @@ sudo setcap cap_net_bind_service=+ep boringproxy
[2]: https://github.com/boringproxy/boringproxy/issues
## Updating
# Updating
To update boringproxy, follow the build instructions again and replace the ``boringproxy`` executable file
Don't forget to give the executable permission to bing low ports
Don't forget to give the executable permission to bind to low ports
```bash
sudo setcap cap_net_bind_service=+ep boringproxy
@ -99,14 +99,14 @@ sudo setcap cap_net_bind_service=+ep boringproxy
To kill the old process and restart the proxy:
For server:
## Server
```bash
kill $(pgrep boringproxy)
./boringproxy server
```
For client:
## Client
```bash
kill $(pgrep boringproxy)