Fix example UDP config should default to disabled

This commit is contained in:
Ryan Smith
2024-11-17 18:01:18 -08:00
parent 324064ff11
commit f009206dbf

View File

@@ -134,7 +134,7 @@
<!-- DISABLED: -->
<!-- Example UDP honeypot server to capture SIP scans -->
<server type="udp">
<enabled>true</enabled>
<enabled>false</enabled>
<port>5060</port>
<logEnabled>true</logEnabled>
</server>