Update README.md
This commit is contained in:
1 file changed
+1
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user