Metadata-Version: 2.1
Name: toori-server
Version: 0.0.4
Summary: Server for a minimal layer 3 tunnel over http(s).
Home-page: https://github.com/kokseen1/Iro
License: UNKNOWN
Description: # Iro 
        
        [![PyPI Release](https://github.com/kokseen1/Iro/actions/workflows/release.yml/badge.svg)](https://github.com/kokseen1/Iro/actions/workflows/release.yml)
        [![PyPI Version](https://img.shields.io/pypi/v/toori-server.svg)](https://pypi.python.org/pypi/toori-server/)
        
        Server for a minimal layer 3 tunnel over http(s).
        
        ## Prerequisites
        
        - [Libtins](http://libtins.github.io/download/) (optional, will fallback to Scapy (slow) if not installed)
        
        ## Installation
        
        ```shell
        pip3 install toori-server --no-binary :all:
        ```
        
        ## Usage
        
        Run with root permissions:
        
        ```shell
        iro <port>
        ```
        
        Example with HTTPS:
        
        ```shell
        iro 443 -c "/etc/letsencrypt/live/toori.server/"
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
