Files
sam-forwarder/README.md

20 lines
413 B
Markdown
Raw Normal View History

2018-07-12 21:46:41 -04:00
# ephemeral-eepSite-SAM
2018-07-21 07:11:54 -04:00
An experiment to run an eepSite with an intentionally temporary destination
using the SAM bridge. Think the netcat web server trick, but with SAM.
## building
Just:
make deps build
and it will be in the folder ./bin/
## usage
./bin/ephsite -addr=host:port
So, to serve an eepSite version of a local service on port 8080 -
./bin/ephsite -addr=127.0.0.1:8080