Skip to content

Commit

Permalink
Update README.md (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-QLB authored and oldratlee committed Dec 11, 2023
1 parent 90e978f commit 229ce6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public static void beforeClass() throws Exception {

```java
// Get a dns cache entry by host
DnsCacheEntry entry = DnsCacheManipulator.getDnsCache();
DnsCacheEntry entry = DnsCacheManipulator.getDnsCache("bing.com");

// get whole dns cache info DnsCache including cache and negative cache.
DnsCache dnsCache = DnsCacheManipulator.getWholeDnsCache();
Expand Down

0 comments on commit 229ce6e

Please sign in to comment.