apps: Add port forwarding info

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
James Valleroy 2019-05-10 19:49:48 -04:00 committed by Sunil Mohan Adapa
parent 532a450ef7
commit 3cc16fc23e
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
6 changed files with 18 additions and 0 deletions

View File

@ -64,6 +64,11 @@ service = None
manual_page = 'ejabberd'
port_forwarding_info = [
('TCP', 5222),
('TCP', 5269),
]
logger = logging.getLogger(__name__)

View File

@ -54,6 +54,8 @@ description = [
clients = clients
port_forwarding_info = [('TCP', 6523)]
def init():
"""Initialize the infinoted module."""

View File

@ -66,6 +66,8 @@ clients = clients
manual_page = 'Minetest'
port_forwarding_info = [('UDP', 30000)]
reserved_usernames = ['Debian-minetest']
CONFIG_FILE = '/etc/minetest/minetest.conf'

View File

@ -54,6 +54,11 @@ reserved_usernames = ['mumble-server']
manual_page = 'Mumble'
port_forwarding_info = [
('TCP', 64738),
('UDP', 64738),
]
def init():
"""Intialize the Mumble module."""

View File

@ -53,6 +53,8 @@ description = [
manual_page = 'OpenVPN'
port_forwarding_info = [('UDP', 1194)]
def init():
"""Initialize the OpenVPN module."""

View File

@ -63,6 +63,8 @@ reserved_usernames = ['quasselcore']
manual_page = 'Quassel'
port_forwarding_info = [('TCP', 4242)]
def init():
"""Initialize the quassel module."""