Skip to content
Snippets Groups Projects
Unverified Commit f5c2fe0f authored by Philipp Winter's avatar Philipp Winter
Browse files

Add deployment instructions.

parent 2fa70b89
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,18 @@ message that we got from `net.DialTimeout`.
We implement a simple rate limiter that limits incoming requests to an average
of one per second with bursts of as many as five requests per second.
## Deployment
First, compile the binary:
go build
Then, shut down the obfs4PortScan service on BridgeDB which runs under the
bridgescan user:
systemctl --user stop obfs4portscan.service
Then, copy the binary onto BridgeDB's host. It belongs into the directory
`/home/bridgescan/bin/`. Once it's there, restart the service:
systemctl --user start obfs4portscan.service
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment