We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yours seems to be the cleanest and neatest node-based dynamic DNS daemon there is and I'd like to make it work.
Just realized that node-named is supposed to be a submodule. According to http://stackoverflow.com/questions/11099665/git-repository-from-github-empty-green-folder I executed git submodule update --init which didn't fetch anything.
node-named
git submodule update --init
Based on this thread there's supposed to be a .gitmodules file in the toplevel directory but I cannot see any such files.
.gitmodules
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Yours seems to be the cleanest and neatest node-based dynamic DNS daemon there is and I'd like to make it work.
Just realized that
node-named
is supposed to be a submodule. According to http://stackoverflow.com/questions/11099665/git-repository-from-github-empty-green-folder I executedgit submodule update --init
which didn't fetch anything.Based on this thread there's supposed to be a
.gitmodules
file in the toplevel directory but I cannot see any such files.The text was updated successfully, but these errors were encountered: