mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-31 07:17:13 +02:00
fix: document clash fake-IP6 hang, force IPv4 for github ssh
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user