No more vendor or logger

This commit is contained in:
Bel LaPointe
2019-05-02 09:21:21 -06:00
parent a36266b30b
commit af1e1339d7
121 changed files with 42 additions and 21384 deletions

14
work.sh Normal file
View File

@@ -0,0 +1,14 @@
#! /bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")"
if [ ! -d /Volumes/bldisk ]; then
bash ./ramdisk.sh
pushd /Volumes/bldisk/
for i in secret client.crt client.key server.crt; do
read -p "Ready for $i?" asdf
pbpaste > $i
done
popd
fi
port="${1:-9181}"
echo Proxy on :$port
go build -o /tmp/out && /tmp/out -fromcrt "" -port $port -secret "$(cat /Volumes/bldisk/secret)" -toaddr https://bel.house:41312 -bypass youtube.com,,googlevideo.com,,youtu.be -whitelist 192.168.0.86,,scratch.com