add ZAP connection through Tor

This commit is contained in:
openoms
2019-11-08 16:27:36 +00:00
parent b8db657af9
commit 02acd9b515
3 changed files with 76 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ $ go version
If need to install Go, run these:
```
$ wget https://storage.googleapis.com/golang/go1.11.linux-armv6l.tar.gz
$ wget https://storage.googleapis.com/golang/go1.13.linux-armv6l.tar.gz
$ sudo tar -C /usr/local -xzf go1.11.linux-armv6l.tar.gz
$ sudo rm *.gz
$ sudo mkdir /usr/local/gocode