Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unkaktus/scallion
pass https internet traffic to an onion service
https://github.com/unkaktus/scallion
onion-service tls
Last synced: 5 days ago
JSON representation
pass https internet traffic to an onion service
- Host: GitHub
- URL: https://github.com/unkaktus/scallion
- Owner: unkaktus
- License: cc0-1.0
- Created: 2018-09-07T22:12:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T22:18:23.000Z (about 6 years ago)
- Last Synced: 2024-06-20T13:37:00.935Z (5 months ago)
- Topics: onion-service, tls
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scallion
--------hey, scallion is a long onion. this scallion is a not-so-great
one-shot hacky thing for exposing tcp port 443 on the internet
and passing all the data to an onion service.the idea isn't new. though this thing's small and kinda works.
this is not a production-ready thing. maybe someday.
works for running a blog on the internet without hosting
it somewhere. yay.```shell
docker run -d -p 443:443 --name scallion nogoegst/scallion -addr heylookthisis.onion
```Building
========
```shell
dep ensure -v
env GOOS=linux GOARCH=amd64 go build -v .
docker build -t nogoegst/scallion .
```