diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-03 09:35:51 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-03 09:35:51 +0000 |
commit | 9c8c5a0636d68b8db4813647ea993f934697b9d4 (patch) | |
tree | f68de406d9c602250a2b3289cc9bd4e01cec5c30 | |
parent | bf930dc1bd4e11942698c0af2b8254751e4b51c1 (diff) |
studio is flylightning.xyz, so add this /etc/hosts so no more werid issues
-rw-r--r-- | etc/hosts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/hosts b/etc/hosts new file mode 100644 index 0000000..721ae46 --- /dev/null +++ b/etc/hosts @@ -0,0 +1,4 @@ +# Static table lookup for hostnames. +# See hosts(5) for details. +127.0.0.1 localhost flylightning.xyz +::1 localhost flylightning.xyz |