mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-08 14:18:08 -05:00
E2EE aware proxy daemon for matrix clients.
04f1a16eb7
The host header can cause confusion since we are forwarding the request as is in the main router. Remove it since aiohttp will create a sane new one for us. This fixes #2. |
||
---|---|---|
pantalaimon | ||
LICENSE | ||
README.md | ||
setup.py |
pantalaimon
A E2E aware matrix proxy daemon.
This still in an early development phase.
Installation
The Olm C library is required to be installed before installing pantalaimon.
Instalation works like usually with python packages:
python setup.py install
Usage
Running the daemon is relatively easy:
pantalaimon https://example.org:443
After running the daemon configure your client to connect to the daemon instead of your homeserver. The daemon listens by default on localhost and port 8009.
The listening address and port can be configured:
pantalaimon -l 127.0.0.1 -p 8008 https://example.org:8008