Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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/
}
```