-
Notifications
You must be signed in to change notification settings - Fork 3
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
Windows setup #2
Comments
I will then install as a service thanks to NSSM |
Hi, Thank you for your feedback! 👍 Yes, on Windows you have to create a batch or Powershell script, the ones provided in the repository are made for Linux. If you add Cygwin's @curl -s https://api.ipify.org I'll add some examples for Windows and mention it in the README as it currently only covers Linux. About the service, I haven't played with Windows services but you could use the Task Scheduler to create a startup task for Dynhost. |
Hello everyone, First, thank you for your script, it's very useful.
Now, you should be ready. |
Hi their,
Thanks for this tool it works great after some tweak for me on windows
environment
requests
moduleError
'scripts\ipify' not recognized as internal command
Workaround
I simply added a ipify.bat with following content into scripts
@sh -c "curl -s https://api.ipify.org/"
And all is set !
The text was updated successfully, but these errors were encountered: