mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Update README.md
This commit is contained in:
parent
b09d7e9b17
commit
941b9e5531
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user