mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
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:
parent
ce9eacb751
commit
1e8a39e690
@ -66,9 +66,9 @@ additional_favorites = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
tunnels_to_manage = {
|
tunnels_to_manage = {
|
||||||
'I2P HTTP Proxy': 'i2p_socks_http-freedombox',
|
'I2P HTTP Proxy': 'i2p-http-proxy-freedombox',
|
||||||
'I2P HTTPS Proxy': 'i2p_socks_https-freedombox',
|
'I2P HTTPS Proxy': 'i2p-https-proxy-freedombox',
|
||||||
'Irc2P': 'i2p_irc-freedombox'
|
'Irc2P': 'i2p-irc-freedombox'
|
||||||
}
|
}
|
||||||
|
|
||||||
service_ports = ['http', 'https'] + list(tunnels_to_manage.values())
|
service_ports = ['http', 'https'] + list(tunnels_to_manage.values())
|
||||||
|
|||||||
@ -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>
|
||||||
@ -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>
|
||||||
@ -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>
|
||||||
@ -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>
|
|
||||||
@ -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>
|
|
||||||
@ -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>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user