This repository contains the code and scripts that we use to build Tor binaries used in virtual-environments and accessible through the setup-tor Action.
File versions-manifest.json contains the list of available and released versions.
Caution: this is prepared for and only permitted for use by actions
virtual-environments
andsetup-tor
action.
./tor-linux-0.4.5.7/
|-- bin
| |-- tor
| |-- tor-gencert
| |-- tor-print-ed-signing-cert
| |-- tor-resolve
| `-- torify
|-- etc
| `-- tor
| `-- torrc.sample
`-- share
`-- tor
|-- geoip
`-- geoip6
./tor-darwin-amd64-0.4.5.7/
|-- bin
| |-- tor
| |-- tor-gencert
| |-- tor-print-ed-signing-cert
| |-- tor-resolve
| `-- torify
|-- etc
| `-- tor
| `-- torrc.sample
`-- share
`-- tor
|-- geoip
`-- geoip6
./tor-win32-0.4.5.7/
|-- bin
| |-- tor-gencert.exe
| |-- tor-print-ed-signing-cert.exe
| |-- tor-resolve.exe
| |-- tor.exe
| `-- torify
|-- etc
| `-- tor
| `-- torrc.sample
`-- share
`-- tor
|-- geoip
`-- geoip6
The scripts and documentation in this project are released under the MIT License