Re-enable router port forwarding application
This commit is contained in:
parent
823ff884b9
commit
a6e4c8cbd7
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -92,7 +92,7 @@ def apply_port_changes():
|
|||
continue
|
||||
rules.append(create_rule(label, node_internal_ip, alloc["port"]))
|
||||
|
||||
# run(router.async_apply_port_forwarding_rules(rules))
|
||||
run(router.async_apply_port_forwarding_rules(rules))
|
||||
|
||||
print("Currently open ports: ")
|
||||
for rule in rules:
|
||||
|
|
Loading…
Reference in a new issue