2025-12-26 15:09:05 -06:00
2025-12-26 15:09:05 -06:00
2025-12-26 15:09:05 -06:00
2025-12-26 15:09:05 -06:00
2025-12-26 15:09:05 -06:00
2025-12-26 15:09:05 -06:00

Proxynet

A decentralized proxy over Reticulum to route internet traffic through Reticulum.

Installation

poetry install

Usage

Server Mode

# Basic server startup
poetry run proxynet --server --identity my_server

# Verbose server startup
poetry run proxynet --server --identity my_server -v

Client Mode

# Start SOCKS5 proxy on localhost:1080 with a preferred server
poetry run proxynet --client --port 1080 --preferred <server_hash>

# Start proxy using any discovered servers (decentralized mode)
poetry run proxynet --client --port 1080

Privacy

Traffic over Reticulum is end-to-end encrypted and anonymized between the client and the server using Reticulum's native Link encryption (X25519 and AES-256) and anonymity features. For internet traffic, use HTTPS/TLS to ensure the server operator cannot see your data contents. If operators are using wireshark, they will still be able to see what websites/IP you are connecting to.

Description
Proxy to route regular TCP/UDP traffic through Reticulum.
Readme 53 KiB
Languages
Python 100%