AlexHimself / duckdns-ps

Better 1-line of code install DuckDNS PowerShell 5.1 updater that creates a scheduled task to automatically update IP address
https://www.duckdns.org
MIT License
0 stars 0 forks source link

Multiple Subdomains #1

Open Meche697 opened 2 months ago

Meche697 commented 2 months ago

In the readme, it shows that you can run multiple updates to subdomains by adding a comma Does that hold true for:

Will this task run as a service such that it does NOT matter which user is logged in? I was thinking of creating another subdomains, on friends and the other family, but I'm having issues when I log in as a different user

AlexHimself commented 1 month ago

Will this task run as a service such that it does NOT matter which user is logged in?

Yes, it should - see this line and it runs as NT AUTHORITY\SYSTEM.

In the readme, it shows that you can run multiple updates to subdomains by adding a comma Does that hold true for:

  • token
  • ip address

I'm a little confused by this question, but it might be your implementation is something I hadn't considered. Are you planning, for example, to run the updater on your machine on your network and have it send updates for other IPs that are not on your network?

If that's the case, it doesn't make sense to me to use this to continually update the IP's of external network machines with a static IP unless you have some way to detect their IP remotely? Otherwise, wouldn't you just type it in the web portal one time and leave it?