mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
repro: Show port forwarding information
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
b92082a530
commit
683b70976f
@ -65,6 +65,8 @@ service = None
|
||||
|
||||
manual_page = 'Repro'
|
||||
|
||||
port_forwarding_info = [('UDP', '1024-65535')]
|
||||
|
||||
|
||||
def init():
|
||||
"""Initialize the repro module."""
|
||||
@ -90,6 +92,7 @@ class ReproServiceView(ServiceView):
|
||||
diagnostics_module_name = "repro"
|
||||
service_id = managed_services[0]
|
||||
manual_page = manual_page
|
||||
port_forwarding_info = port_forwarding_info
|
||||
|
||||
|
||||
def setup(helper, old_version=None):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user