TimothyYe / godns

A dynamic DNS client tool that supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go.
https://timothyye.github.io/godns/
Apache License 2.0
1.5k stars 220 forks source link

Fix login_token_file #144

Closed linyinfeng closed 2 years ago

linyinfeng commented 2 years ago

There is a tiny mistake in pr #143 causing the setting login_token_file to break. cc @tboerger.

TimothyYe commented 2 years ago

Thanks a lot!

TimothyYe commented 2 years ago

A new version is released just now. Sorry @tboerger, have to make a new release of Nixpkgs...

linyinfeng commented 2 years ago

A new version is released just now. Sorry @tboerger, have to make a new release of Nixpkgs...

:+1: @TimothyYe Thank you for the fast merging and releasing! v2.7.2 hasn't been merged into nixpkgs, so we are going to update it directly to v2.7.3 in https://github.com/NixOS/nixpkgs/pull/167041.

TimothyYe commented 2 years ago

@linyinfeng That's good to hear!

tboerger commented 2 years ago

Good catch, thanks