Skip to content

Commit d9dea7b

Browse files
committed
[DnsServer] Fix link and markup in README
***NO_CI***
1 parent daa9ec3 commit d9dea7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devices/DnsServer/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ dnsServer.Start();
8787

8888
## Information on the sample
8989

90-
The included [sample](devices/DnsServer/samples) demonstrates how to create a simple DNS server that redirects all DNS queries to a specified IP address. This is useful for scenarios like captive portals or local development environments.
90+
The included [sample](samples) demonstrates how to create a simple DNS server that redirects all DNS queries to a specified IP address. This is useful for scenarios like captive portals or local development environments.
9191

9292
The sample:
93+
9394
1. Creates a DNS server bound to a specific IP address
9495
2. Sets up a wildcard DNS entry that redirects all DNS requests to that address
9596
3. Starts the DNS server and keeps it running indefinitely

0 commit comments

Comments
 (0)