Skip to content

Commit

Permalink
update parameter name to mapClientEnabled and mapClientPort from clie…
Browse files Browse the repository at this point in the history
…ntEnabled and clientPort
  • Loading branch information
wonkr committed Jan 24, 2023
1 parent e7bbb47 commit eca1008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seedemu/compiler/Docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,11 @@ def __init__(
loopback IP addresses. Default to 10.128.0.0/9.
@param dummyNetworksMask (optional) mask of dummy networks. Default to
24.
@param clientEnabled (optional) set if seedemu client should be enabled.
@param mapClientEnabled (optional) set if seedemu client should be enabled.
Default to False. Note that the seedemu client allows unauthenticated
access to all nodes, which can potentially allow root access to the
emulator host. Only enable seedemu in a trusted network.
@param clientPort (optional) set seedemu client port. Default to 8080.
@param mapClientPort (optional) set seedemu client port. Default to 8080.
@param clientHideServiceNet (optional) hide service network for the
client map by not adding metadata on the net. Default to True.
"""
Expand Down

0 comments on commit eca1008

Please sign in to comment.