leamas / ddupdate

Update DNS Data for Dynamic IP Addresses
MIT License
40 stars 28 forks source link

RFE: Use gnome keyring for passwords instead of .netrc #23

Closed leamas closed 2 years ago

leamas commented 5 years ago

The modern keyring is a far better place to store passwords in than the netrc file. Probably an opt-in configuration. See secret-tool(1)

leamas commented 5 years ago

The python-keyring package seems to provide the right glue

mgrandi commented 3 years ago

bump on this, storing passwords in plaintext is not safe, not all dynamic dns services support 'ip update passwords'

leamas commented 3 years ago

Agreed. However: ENOTIME. Patches welcome...

leamas commented 2 years ago

Fixed in #23. Closing

mgrandi commented 2 years ago

i think you mean it was fixed in this commit: https://github.com/leamas/ddupdate/commit/f6c594e7629b983712c56d21f11a07ba2152fee9

thanks again!