mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-07-21 09:15:55 +02:00
Update pykms_Server.py
Fixed incorrect Boolean, now aligns with the description of “deactivated by default”.
This commit is contained in:
parent
35fbc766ca
commit
c2cc9d8bb2
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