I'm trying to to this: http://mkaczanowski.com/golang-build-dynamic-dns-service-go/
But I have error with NSUPDATE package *root@neuberfran:~# opkg install nsupdate* Unknown package 'nsupdate'. Collected errors: opkg_install_cmd: Cannot install package nsupdate returning the link: http://mkaczanowski.com/golang-build-dynamic-dns-service-go/ I see:* "**nsupdate to push updates on records. It is a part of the bind project, so it can be found in bind-tools or bind-clientpackages."* *root@neuberfran:~# ping 8.8.8.8* PING 8.8.8.8 (8.8.8.8): 56 data bytes 64 bytes from 8.8.8.8: seq=0 ttl=53 time=55.101 ms 64 bytes from 8.8.8.8: seq=1 ttl=53 time=32.649 ms 64 bytes from 8.8.8.8: seq=2 ttl=53 time=32.983 ms ^C --- 8.8.8.8 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 32.649/40.244/55.101 ms *root@neuberfran:~# opkg install bind-client* Unknown package 'bind-client'. Collected errors: * opkg_install_cmd: Cannot install package bind-client. *root@neuberfran:~# opkg install bind-tools* Unknown package 'bind-tools'. Collected errors: * opkg_install_cmd: Cannot install package bind-tools.
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
