diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-04 06:51:51 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-04 06:51:51 +0000 |
commit | 3117b9b561b1e481ad1bed90fc748680c02df2ad (patch) | |
tree | b20576afa86b52b57e4db502e75c5b207d98e31e /etc/hosts | |
parent | 73ef0b797f9bf65aeab152a16c014931a1f74037 (diff) |
use wg ip for flylightning.xyz to temp workaround the issue of ca `ssh -6 gitolite@flylightning.xyz` and `ssh -4 gitolite@flylightning.xyz` both error; note this is after me config studio and ca wg forward
Diffstat (limited to 'etc/hosts')
-rw-r--r-- | etc/hosts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/hosts b/etc/hosts new file mode 100644 index 00000000..4e744102 --- /dev/null +++ b/etc/hosts @@ -0,0 +1,7 @@ +# Static table lookup for hostnames. +# See hosts(5) for details. +127.0.0.1 localhost +::1 localhost + +10.0.0.3 flylightning.xyz git.flylightning.xyz mirrors.flylightning.xyz +fdc9:281f:04d7:9ee9::3 flylightning.xyz git.flylightning.xyz mirrors.flylightning.xyz |