Skip to content
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

Open
Buster14 opened this issue Jan 11, 2021 · 5 comments
Open

Can't start on windows service + duckdns #87

Buster14 opened this issue Jan 11, 2021 · 5 comments

Comments

@Buster14
Copy link

"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"
}

@Buster14
Copy link
Author

Update : the service is working now, i followed the format in your example, but the ddns hasnt worked yet.
Most likely because it's tied to the wrong interface on my server, i tried to ping it but it returns ip of the wrong interface,
so the ip_interface function is not working i think?

@TimothyYe
Copy link
Owner

The ip_interface function works for Linux, Windows is not tested yet. I don't have a Windows environment, so...

@Buster14
Copy link
Author

Anything i can do to help? Maybe you could utilize https://r1ch.net/projects/forcebindip

@demifiend9
Copy link

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 Ethernet and WiFi, and is case sensitive.

@TimothyYe
Copy link
Owner

TimothyYe commented Mar 8, 2022

@demifiend9 Thanks for your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants