Skip to content

Commit 4990cd1

Browse files
committed
mdns
1 parent 661834b commit 4990cd1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.5+71]
2+
3+
* mdns
4+
15
## [1.0.5+70]
26

37
* mdns

lib/commPages/findmDNSClientList.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class _FindmDNSClientListPageState extends State<FindmDNSClientListPage> {
7171
// services.add(service);
7272
setState(() {
7373
PortService _portService = PortService.create();
74-
_portService.ip = (oneMdnsService as ResolvedBonsoirService).host!.replaceAll(RegExp(r'local.local.'), "local.");
74+
_portService.ip = (oneMdnsService as ResolvedBonsoirService).host!.replaceAll(RegExp(r'.local.'), ".local");
7575
print(_portService.ip);
7676
_portService.port = oneMdnsService.port;
7777
_portService.isLocal = true;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openiothub_common_pages
22
description: openiothub_common_pages
3-
version: 1.0.5+70
3+
version: 1.0.5+71
44
homepage: https://github.com/OpenIoTHub
55

66
environment:

0 commit comments

Comments
 (0)