Skip to content

Releases: rockcavera/nim-ndns

v0.1.3

19 Jun 17:23
Compare
Choose a tag to compare
  • DNS queries performed over the UDP protocol can now receive the payload size defined in the OPT RR
  • Small code improvements
  • Requires Nim 1.6.0 or higher

v0.1.2

17 Jan 19:09
Compare
Choose a tag to compare

deprecated pragma only works in devel for const. Removed the deprecated in defaultIpDns.

v0.1.1

05 Jan 04:58
Compare
Choose a tag to compare
  • Added getIp() and getPort()
  • Added const ndnsDnsServerIp
  • New implementation for src/ndns/platforms/resolv.nim.
  • Added const ndnsPathResConf
  • Other improvements and cosmetics
  • Deprecated defaultIpDns

Broken version for nim lower than 1.9.1.
Use version 0.1.2

v0.1.0

05 Jan 00:57
49f8a0d
Compare
Choose a tag to compare

There were breaks in main. Then I'll start versioning.

As of 2a75c5e, the ip and port fields of the DnsClient object are no longer exportable, requiring the use of getIp() and getPort().