First release in this series is numbered 4.1.0 , released on December 04, 2014.
Previous stable version was 4.0.x (released in March 2013), see what was new in that release at:
This is a draft of new features added for v.4.1.x, manually updated, thus not always synchronized with what is new in source code repository.
if(dns_query("test.com", "xyz")) { xlog("===== number of addresses: $dns(xyz=>count)\n"); xlog("===== ipv4 address found: $dns(xyz=>ipv4)\n"); xlog("===== ipv6 address found: $dns(xyz=>ipv6)\n"); $var(i) = 0; while($var(i)<$dns(xyz=>count)) { xlog("===== #[$var(i)] type ($dns(xyz=>addr[$var(i)])) addr [$dns(xyz=>addr[$var(i)])]\n"); $var(i) = $var(i) + 1; } }
kamctl ul add <user> <uri> <expires> <path>
kamctl db smatch subscriber username test kamctl db nmatch subscriber id 123