All Projects → mahrud → caddy-altonions

mahrud / caddy-altonions

Licence: Apache-2.0 license
Opportunistic Onions plugin for Caddy

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to caddy-altonions

Kuhero
websocket proxy on heroku
Stars: ✭ 192 (+860%)
Mutual labels:  tor, caddy
Ghost-over-Caddy
This repo/script will install Ghost blog over Caddy web server as a reverse proxy.
Stars: ✭ 20 (+0%)
Mutual labels:  caddy
ip2proxy-python
Python library for IP2Proxy database lookup. It can be used to find the IP addresses which are used as VPN anonymizer, open proxies, web proxies and Tor exits.
Stars: ✭ 19 (-5%)
Mutual labels:  tor
website-fingerprinting
Deanonymizing Tor or VPN users with website fingerprinting and machine learning.
Stars: ✭ 59 (+195%)
Mutual labels:  tor
onionize
create an onion site from a directory, file, zip or an HTTP(S) site
Stars: ✭ 30 (+50%)
Mutual labels:  tor
ip2proxy-java
IP2Proxy Java Component.It can be used to find the IP addresses which are used as VPN anonymizer, open proxies, web proxies and Tor exits.
Stars: ✭ 16 (-20%)
Mutual labels:  tor
T0rlib4j
T0rlib4j is a Java controller library for Tor
Stars: ✭ 50 (+150%)
Mutual labels:  tor
ipChecker
Check if a IP is from tor or is a malicious proxy
Stars: ✭ 50 (+150%)
Mutual labels:  tor
tor-router-nexx-wt3020
Make a cheap TOR router for $10
Stars: ✭ 15 (-25%)
Mutual labels:  tor
alpine-tor-docker
A minimal Docker image with the Tor daemon running in the background.
Stars: ✭ 23 (+15%)
Mutual labels:  tor
torpool
Containerized pool of multiple Tor instances with load balancing and HTTP proxy.
Stars: ✭ 42 (+110%)
Mutual labels:  tor
alias-wallet
Official Alias source code repository
Stars: ✭ 5 (-75%)
Mutual labels:  tor
privcy
Official Repository for PRiVCY Coin $PRiV
Stars: ✭ 26 (+30%)
Mutual labels:  tor
ddpt
Template for Django Projects - From development to production with Docker Swarm.
Stars: ✭ 54 (+170%)
Mutual labels:  caddy
OnionHarvester
A small TOR Onion Address harvester for checking if the address is available or not.
Stars: ✭ 71 (+255%)
Mutual labels:  tor
GhostNET
GhostNET script that will help you be safer on the cyber
Stars: ✭ 45 (+125%)
Mutual labels:  tor
torjail
🔒 download, verify & run torbrowser in a sandbox
Stars: ✭ 14 (-30%)
Mutual labels:  tor
onionjuggler
Manage your Onion Services via CLI or TUI on Unix-like operating system with a POSIX compliant shell.
Stars: ✭ 31 (+55%)
Mutual labels:  tor
guessTor
Bruteforces [.onion] domains
Stars: ✭ 78 (+290%)
Mutual labels:  tor
onion-pi
Configures your Raspberry Pi as portable WiFi-WiFi Tor proxy.
Stars: ✭ 13 (-35%)
Mutual labels:  tor

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/
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].