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>
This commit is contained in:
Sunil Mohan Adapa 2019-04-29 14:54:51 -07:00
parent ce9eacb751
commit 1e8a39e690
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
7 changed files with 21 additions and 24 deletions

View File

@ -66,9 +66,9 @@ additional_favorites = [
]
tunnels_to_manage = {
'I2P HTTP Proxy': 'i2p_socks_http-freedombox',
'I2P HTTPS Proxy': 'i2p_socks_https-freedombox',
'Irc2P': 'i2p_irc-freedombox'
'I2P HTTP Proxy': 'i2p-http-proxy-freedombox',
'I2P HTTPS Proxy': 'i2p-https-proxy-freedombox',
'Irc2P': 'i2p-irc-freedombox'
}
service_ports = ['http', 'https'] + list(tunnels_to_manage.values())

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>I2P HTTP 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 HTTP proxy and wish to connect into the I2P network to browse eepsites.</description>
<port protocol="tcp" port="4444"/>
</service>

View File

@ -0,0 +1,6 @@
<?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>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>I2P IRC Tunnel</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 IRC tunnel and wish to access the Irc2P network.</description>
<port protocol="tcp" port="6668"/>
</service>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>I2P IRC</short>
<description>An entry into an IRC proxy server on I2P</description>
<port protocol="tcp" port="6668"/>
<port protocol="udp" port="6668"/>
</service>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>I2P SOCKS5 HTTP Proxy</short>
<description>A SOCKS5 HTTP proxy into the I2P network to browse eepsites.</description>
<port protocol="tcp" port="4444"/>
<port protocol="udp" port="4444"/>
</service>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>I2P SOCKS5 HTTPS Proxy</short>
<description>A SOCKS5 HTTPS proxy into the I2P network to browse eepsites.</description>
<port protocol="tcp" port="4445"/>
<port protocol="udp" port="4445"/>
</service>