mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-16 03:54:27 +05:00
feat: implement port reconfiguration for webclients (#586)
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -27,6 +27,9 @@ def add_config_section(
|
||||
instances: List[InstanceType],
|
||||
options: List[ConfigOption] | None = None,
|
||||
) -> None:
|
||||
if not instances:
|
||||
return
|
||||
|
||||
for instance in instances:
|
||||
cfg_file = instance.cfg_file
|
||||
Logger.print_status(f"Add section '[{section}]' to '{cfg_file}' ...")
|
||||
|
||||
Reference in New Issue
Block a user