-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
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
Can't start on windows service + duckdns #87
Comments
Update : the service is working now, i followed the format in your example, but the ddns hasnt worked yet. |
The |
Anything i can do to help? Maybe you could utilize https://r1ch.net/projects/forcebindip |
Just wanted to say that ip_interface option does work in windows and I'm using it. The interface name is same as adapter name, usually |
@demifiend9 Thanks for your feedback. |
"windows could not start GoDNS on local computer, the service did not return an error"
Here's the config file, i have put config.json on the same folder on godns.exe as instructed
{
"provider": "DuckDNS",
"email" : "[email protected]",
"password": "test",
"login_token": "b82b123d-809afa3214",
"domains": [
{
"domain_name": "test.duckdns.org",
}
],
"ip_url": "192.168.200.200",
"ip_type": "IPv4",
"interval": 300,
"resolver": "8.8.8.8",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36",
"ip_interface": "ethernet 4"
}
The text was updated successfully, but these errors were encountered: