Update README.md

This commit is contained in:
2025-09-29 06:35:13 +08:00
parent 5e692bac6c
commit adc5a4f7eb
1 file changed
+1
+1
View File
@@ -57,6 +57,7 @@ val service = registerService(
port = 7001, port = 7001,
bindAddress = "192.168.10.104", bindAddress = "192.168.10.104",
mdnsPort = 5356, mdnsPort = 5356,
txtRecords = listOf("key1=value1", "key2=value2")
) )
while (true) { while (true) {
service.broadcast() service.broadcast()