From da7feffecd90623c1532ac49f6be0b685c3324f0 Mon Sep 17 00:00:00 2001
From: simonmicro <simon@simonmicro.de>
Date: Sun, 19 May 2024 12:58:38 +0200
Subject: [PATCH] =?UTF-8?q?Fixed=20incorrect=20Boolean,=20now=20aligns=20w?=
 =?UTF-8?q?ith=20the=20description=20of=20=E2=80=9Cdeactivated=20by=20defa?=
 =?UTF-8?q?ult=E2=80=9D.=20Resolves=20#108=20by=20@dontcrash?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: simonmicro <simon@simonmicro.de>
---
 py-kms/pykms_Server.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/py-kms/pykms_Server.py b/py-kms/pykms_Server.py
index cbe96a8..71893f0 100755
--- a/py-kms/pykms_Server.py
+++ b/py-kms/pykms_Server.py
@@ -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():