mirror of
https://github.com/runcitadel/core.git
synced 2024-12-28 15:42:59 +00:00
Fix generation of torrc files (#23)
This commit is contained in:
parent
5ae9353707
commit
68c30cc7c6
|
@ -83,7 +83,7 @@ def getContainerHiddenService(
|
|||
metadata.name, container.name, key, metadata.id, container.name
|
||||
)
|
||||
otherHiddenServices += "HiddenServicePort {} {}:{}".format(
|
||||
key, containerIp, value
|
||||
value, containerIp, value
|
||||
)
|
||||
elif isinstance(value, list):
|
||||
otherHiddenServices += getHiddenServiceMultiPort(
|
||||
|
|
Loading…
Reference in New Issue
Block a user