kcris
kcris
found a way: multiple >executionconfiguration
> > > FWIW, DNS over TLS is a nogo in practice basically, at least on CloudFlare and 9.9.9.9, as both close connections very shortly after your query, thus forcing...
indeed, but what about older ES versions?
> Native apps detect name changes or file moves, and usually follow a file even to the trash can. What you describe should only work if the app you use...
`exiftool` allows that (and more) if you use it directly. Not sure what is the advantage of using `sortphotos` over the original perl script. `sortphotos` seems to be a python...
getting the same error with this config ``` use=web protocol=noip, \ server=dynupdate.no-ip.com, \ login=myusername, \ password='mypassword' \ myhostname.ddns.net ``` thanks ps: can someone clarify when are commas and / needed...
seems to work when using `curl=yes`, e.g. ```bash use=web protocol=noip, \ curl=yes, \ server=dynupdate.no-ip.com, \ login=username, \ password='password' \ hostname.ddns.net ``` thanks a lot: @andrp92 @Marvo2011 !!
ps: when using `curl=yes` it works with one hostname, all good! but seems to fail with the same error if I use multiple hostnames, e.g. ``` aaa.ddns.net,bbb.ddns.net,ccc.hopto.org ```
I can confirm that opnsense gui does not work with cloudns * the `Cloudns` service does not work * the `Custom` service does not support full URL e.g. ipv4.cloudns.net/api/dynamicURL/?q=some-token-here whereas...
can someone merge this, please? just got 0.8.1 jar from maven central, with an empty Export-Package manifest entry, which makes it unusable with OSGi. however, your manifest.mf does include the...