fix: document clash fake-IP6 hang, force IPv4 for github ssh

This commit is contained in:
Ryan Yin
2026-08-30 23:21:53 +08:00
parent c6bbb69b3d
commit 20953a9eb2
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -25,6 +25,8 @@
settings = {
"github.com" = {
# avoid clash fake-IP6 hang, see modules/nixos/desktop/networking/clash-verge.nix
AddressFamily = "inet";
HostName = "ssh.github.com";
Port = 443;
User = "git";