Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahrud/caddy-altonions
Opportunistic Onions plugin for Caddy
https://github.com/mahrud/caddy-altonions
caddy onions tor
Last synced: 3 months ago
JSON representation
Opportunistic Onions plugin for Caddy
- Host: GitHub
- URL: https://github.com/mahrud/caddy-altonions
- Owner: mahrud
- License: apache-2.0
- Created: 2018-08-10T13:52:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T18:53:34.000Z (about 5 years ago)
- Last Synced: 2024-06-20T15:02:04.719Z (5 months ago)
- Topics: caddy, onions, tor
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 21
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **19**星
README
# Opportunistic Onions for caddy
## Syntax
```
altonions *addr:port* ... {
max-age *ma*
persist *persist*
}
```- **addr:port** the onion service address
- **ma**, integer, max-age value in seconds
- **persist**, integer## Examples
```
perfectoid.space:8443 {
tls perfectoid.pem perfectoid-key.pem
altonions zkiefsz3zbkg4nnl5p7r64qxugfeb7g5agz2pqwci4w7hwzfgu2gobad.onion:8443 {
ma 086400
persist 1
}
root /var/www/html/
}
```