You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: devices/DnsServer/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,10 @@ dnsServer.Start();
87
87
88
88
## Information on the sample
89
89
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.
91
91
92
92
The sample:
93
+
93
94
1. Creates a DNS server bound to a specific IP address
94
95
2. Sets up a wildcard DNS entry that redirects all DNS requests to that address
95
96
3. Starts the DNS server and keeps it running indefinitely
0 commit comments