mhum / nfs-dynamic-dns

Script for updating NearlyFreeSpeech DNS entry with your current IP address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nfsHttp

bottleworks opened this issue · comments

Hi. I'm getting a:

can't find package nfsHttp
    while executing
"package require nfsHttp"
    (file "/usr/local/src/nfs-dynamic-dns/dns.tcl" line 5)
End of script

Searching on Google, I'm not even seeing a "nfsHttp" package listed anywhere. I know this script used to work. Any ideas?

I reinstalled it and now it works. I did do a system upgrade on the Debian OS. Maybe that was it.

Awesome. Glad to hear!

The nfsHttp package is internal to this project.

package provide nfsHttp 1.0

So it all should Just Work™ as long as dns.tcl is ran from inside this cloned repo vs running it by itself.