[fix] allow IPv6

This commit is contained in:
ElevenNotes
2025-06-11 08:55:34 +02:00
parent bde8202670
commit 6174e7f2e3

View File

@@ -11,7 +11,7 @@
cd /opt/py-kms cd /opt/py-kms
set -- "python3" \ set -- "python3" \
pykms_Server.py \ pykms_Server.py \
0.0.0.0 \ :: \
1688 \ 1688 \
-l ${KMS_LOCALE} \ -l ${KMS_LOCALE} \
-a ${KMS_ACTIVATIONINTERVAL} \ -a ${KMS_ACTIVATIONINTERVAL} \