mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
4 lines
70 B
Bash
4 lines
70 B
Bash
|
#!/bin/bash
|
||
|
go build
|
||
|
sudo setcap cap_net_bind_service=+ep boringproxy
|