java-dns-cache-manipulator icon indicating copy to clipboard operation
java-dns-cache-manipulator copied to clipboard

🌏 A tiny 0-dependency thread-safe Java™ lib for setting/viewing dns programmatically without touching host file, make unit/integration testing portable; and a tiny tool for setting/viewing dns of run...

Results 14 java-dns-cache-manipulator issues
Sort by recently updated
recently updated
newest added

Bumps `kotest.version` from 5.4.1 to 5.4.2. Updates `kotest-runner-junit5-jvm` from 5.4.1 to 5.4.2 Commits See full diff in compare view Updates `kotest-assertions-core-jvm` from 5.4.1 to 5.4.2 Commits See full diff in...

dependencies

- user scope config file: eg: `~/.dcm.properties` - config file setting by -D option `-Ddcm=/path/to/dcm.properties`

feature

- http://www.dnsjava.org/ - 域名解析-dnsjava http://blog.csdn.net/dligoo/article/details/6184319, provided a new requirement scenario.

feature

see project: https://github.com/theotherian/thread-local-dns

feature

相同的服务运行在多台服务器上,其中有个别服务器偶现报错: ```java Caused by: java.lang.IllegalStateException: child class java.net.InetAddress$NameServiceAddresses for class InetAddress.Addresses should never happens, report issue for dns-cache-manipulator lib! at com.alibaba.dcm.internal.InetAddressCacheUtilForNew.inetAddress$Addresses2DnsCacheEntry(InetAddressCacheUtilForNew.java:243) at com.alibaba.dcm.internal.InetAddressCacheUtilForNew.getInetAddressCache(InetAddressCacheUtilForNew.java:203) at com.alibaba.dcm.DnsCacheManipulator.getDnsCache(DnsCacheManipulator.java:156) ... 63 more ``` 版本:1.8.0...