mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
- HTTP/HTTPS proxies are not SOCKS proxies. SOCKS proxies are not recommended by the project. https://geti2p.net/en/docs/api/socks - Write more detailed description in firewalld style. - Rename the files for firewalld styling and removing 'socks'. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
7 lines
519 B
XML
7 lines
519 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<service>
|
|
<short>I2P HTTPS Proxy</short>
|
|
<description>The Invisible Internet Project is an anonymous network layer intended to protect communication from censorship and surveillance. I2P provides anonymity by sending encrypted traffic through a volunteer-run network distributed around the world. Enable this if a running an I2P server with HTTPS proxy and wish to connect into the I2P network to browse eepsites.</description>
|
|
<port protocol="tcp" port="4445"/>
|
|
</service>
|