Richard Hansen

Results 196 comments of Richard Hansen

This PR is no longer useful as-is, but now that https://github.com/weiran-zsd/eslint-plugin-node/pull/13 is merged, you could force update your branch back to where it was on the off chance this project...

I think this is in-scope for the ddclient project, so I'm removing the wontfix label. In general, daemons should write the PID file as root then drop privileges. (The PID...

I don't think we need to do anything. As long as the cache file isn't opened until after privileges are dropped, users can simply chown `/var/cache/ddclient` to the unprivileged user...

That's a good idea. The init script wouldn't be able to change the default interval, but that should be ok as long as the default is sensible.

I'm going to reopen this because I want to modify `-daemon` to accept a boolean. If set to "true" or "yes" (rather than a duration) it would use a default...

Remove `https://` from the `server` setting: ``` server=dyndns.inwx.com ``` ddclient to pass your IPv6 address via the `myip` parameter (not `myipv6`), which inwx.com may or may not accept. Better IPv6...

> As far as I remember we could add a directory `doc` which can be used as source for the github pages. Huh, that would be nice. That would make...

> > How about the other way around: Create a Markdown or DocBook XML file and use it to generate three outputs: (1) an HTML page for https://ddclient.net, (2) a...

Clarification: It's OK to log sensitive information in debug logs because those are meant for local debugging. Verbose log messages should not contain sensitive information.

> I propose fixing this inside geturl() by striping out the header before returning from the function Yup, that's the approach I've taken in my work-in-progress commits. I'm working on...