mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Remove yet-another SirTunnel file...
This commit is contained in:
parent
9206371411
commit
6302bba56c
17
install.sh
17
install.sh
@ -1,17 +0,0 @@
|
||||
#/bin/bash
|
||||
|
||||
caddyVersion=2.1.1
|
||||
sirtunnelVersion=0.1.0
|
||||
|
||||
echo Download Caddy
|
||||
caddyGz=caddy_${caddyVersion}_linux_amd64.tar.gz
|
||||
curl -s -O -L https://github.com/caddyserver/caddy/releases/download/v${caddyVersion}/${caddyGz}
|
||||
tar xf ${caddyGz}
|
||||
|
||||
echo Clean up extra Caddy files
|
||||
rm ${caddyGz}
|
||||
rm LICENSE
|
||||
rm README.md
|
||||
|
||||
echo Enable Caddy to bind low ports
|
||||
sudo setcap 'cap_net_bind_service=+ep' caddy
|
Loading…
Reference in New Issue
Block a user