Default dual-stack socket

This commit is contained in:
simonmicro 2022-12-07 11:53:24 +01:00
parent d8c1d75be1
commit 57f2159be3
No known key found for this signature in database
GPG key ID: 033A4D4CE4E063D6

View file

@ -220,7 +220,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' : False, 'des': "dual"}
'def' : True, 'des': "dual"}
}
def server_options():