From 1a3124c000dd5361373e0c2378aa7c33af0232ba Mon Sep 17 00:00:00 2001 From: Lukey Date: Sat, 30 Dec 2023 11:35:22 +0000 Subject: [PATCH] Added a comment --- ...comment_8_c5b96e6c35c8969062489d6e03066f34._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/__96__git_annex_info__96___hangs_with_git_special_remote/comment_8_c5b96e6c35c8969062489d6e03066f34._comment diff --git a/doc/bugs/__96__git_annex_info__96___hangs_with_git_special_remote/comment_8_c5b96e6c35c8969062489d6e03066f34._comment b/doc/bugs/__96__git_annex_info__96___hangs_with_git_special_remote/comment_8_c5b96e6c35c8969062489d6e03066f34._comment new file mode 100644 index 0000000000..335ef537c7 --- /dev/null +++ b/doc/bugs/__96__git_annex_info__96___hangs_with_git_special_remote/comment_8_c5b96e6c35c8969062489d6e03066f34._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="Lukey" + avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b" + subject="comment 8" + date="2023-12-30T11:35:22Z" + content=""" +I solved this problem by having my own dhcp+dns server (dnsmasq) running on the LAN which gives out only 30 second dhcp leases. This way only alive hosts are resolvable. And remotes are accessed not by ip, but by hostname. + +Another way to do this is via mdns, but I found that to be very unreliable. +"""]]