diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/hosts | 7 | ||||
-rw-r--r-- | etc/ssh/ssh_config.d/my_ssh_config.conf | 2 |
2 files changed, 7 insertions, 2 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 diff --git a/etc/ssh/ssh_config.d/my_ssh_config.conf b/etc/ssh/ssh_config.d/my_ssh_config.conf deleted file mode 100644 index a5f1fca3..00000000 --- a/etc/ssh/ssh_config.d/my_ssh_config.conf +++ /dev/null @@ -1,2 +0,0 @@ -Host flylightning.xyz - Port ssh-isp |