mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-09 14:21:56 -04:00
Fixed incorrect Boolean, now aligns with the description of “deactivated by default”.
Resolves #108 by @dontcrash Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
parent
e8ad973322
commit
da7feffecd
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ Use \"STDOUTOFF\" to disable stdout messages. Use \"FILEOFF\" if you not want to
|
|||
'reuse' : {'help' : 'Do not allows binding / listening to the same address and port. Reusing port is activated by default.', 'def' : True,
|
||||
'des': "reuse"},
|
||||
'dual' : {'help' : 'Allows listening to an IPv6 address also accepting connections via IPv4. Deactivated by default.',
|
||||
'def' : True, 'des': "dual"}
|
||||
'def' : False, 'des': "dual"}
|
||||
}
|
||||
|
||||
def server_options():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue