Skip to content
/ i2nix Public template
forked from tunnel-king/sozu

Easy and Powerful Hidden Service Web Server (Sōzu HTTP reverse proxy Fork)

License

Notifications You must be signed in to change notification settings

TGRI2P/i2nix

 
 

Repository files navigation

i2NIX

[WARNING!] THIS IS JUST A SOZU FORK UNDER CONSTRUCTION

# Sōzu · Join the chat at https://gitter.im/sozu-proxy/sozu Build Status

Sōzu is a lightweight, fast, always-up reverse proxy server.

Why use Sōzu?

  • Hot configurable: I2NIX can receive configuration changes at runtime through secure unix sockets.
  • Upgrades without restarting: I2NIX is always-up, meaning it upgrades itself while still processing requests.
  • Handles SSL: I2NIX handles SSL, so your backend servers can focus on what they do best.
  • Protects your network: I2NIX protect backends by shielding them behind the reverse proxy, limiting direct network access. I2NIX uses Rust, a language primed for memory safety. And even if a worker is exploited, sozu workers are sandboxed.

To get started check out our documentation !

Exploring the source

  • lib/: the sozu-lib reverse proxy library contains the event loop management, the parsers and protocols
  • bin/: the sozu executable wraps the library in worker processes, and handle dynamic configuration
  • command: the sozu-command-lib contains all structures to interact with Sōzu

License

Copyright (C) 2015-2021 Geoffroy Couprie, Clément Delafargue and Clever Cloud

sozu-lib, sozu and sozuctl

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

sozu-command-lib

sozu-command-lib is released under LGPL version 3

Please consider donating to the original Sozu Maintainer by sponsering.

Consider buying me a Coffee

BTC: bc1qsevgrns95aa80ah99sqt73t4safy95pujr8gkl XMR: 8Amciwv7GMmGPmcZzpin8fKx8wJznxiWAEFndgHFqXX2YfNTKTdiVPWXc9CBbZDhpy6cQs9PbPsDAjRsiWnZVMCyARnFvMb ZCash: Upon Request BCH: Upon Request

About

Easy and Powerful Hidden Service Web Server (Sōzu HTTP reverse proxy Fork)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Rust 99.7%
  • Other 0.3%