neurophant / ouija-relay

TCP and UDP relay with HTTPS proxy server interface configuration for Ouija

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived, replaced with ouija-config

Ouija relay

TCP and UDP relay with HTTPS proxy server interface configuration for Ouija

Works in pair with ouija-proxy

Features

Hides TCP traffic in encrypted TCP/UDP traffic between relay and proxy servers

TCP/UDP tunneling

Requirements

  • Python 3.11+
  • Ouija 1.2.3

Setup - Ubuntu

sudo apt install wget build-essential libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.11
sudo apt-get install supervisor
pip3 install ouija

mkdir ouija-config
# place your JSON config here
touch ouija-config/relay.json

git clone https://github.com/neurophant/ouija-relay.git
cd ouija-relay
sudo cp conf/ouija-relay.conf /etc/supervisor/conf.d/ouija-relay.conf
sudo cp conf/supervisord.conf /etc/supervisor/supervisord.conf
sudo systemctl restart supervisor.service

About

TCP and UDP relay with HTTPS proxy server interface configuration for Ouija

License:MIT License