FreedomBox/plinth/modules/i2p/data/usr/lib/firewalld/services/i2p-https-proxy-freedombox.xml
Sunil Mohan Adapa 1e8a39e690
i2p: Update firewalld service descriptions
- 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>
2019-04-29 15:02:27 -07:00

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>