mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
etc/hosts: add hosts.steamos
This commit is contained in:
parent
7113fda702
commit
505c6ec74a
1
etc/hosts/.gitignore
vendored
Normal file
1
etc/hosts/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
hosts.arch
|
@ -10,8 +10,10 @@ This file is DNS before DNS and legacy remain which is still used.
|
|||||||
|
|
||||||
- [`blocklist`](#blocklist)
|
- [`blocklist`](#blocklist)
|
||||||
- [`dns`](#dns)
|
- [`dns`](#dns)
|
||||||
|
- [`hosts.arch`](#hostsarch)
|
||||||
- [`hosts.fedora`](#hostsfedora)
|
- [`hosts.fedora`](#hostsfedora)
|
||||||
- [`hosts.debian`](#hostsdebian)
|
- [`hosts.debian`](#hostsdebian)
|
||||||
|
- [`hosts.steamos`](#hostssteamos)
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
@ -30,6 +32,11 @@ and Unbound, so now it's something I can attempt to `/etc/hosts`.
|
|||||||
|
|
||||||
**_EXCERCISE CAUTION!_**
|
**_EXCERCISE CAUTION!_**
|
||||||
|
|
||||||
|
## `hosts.arch`
|
||||||
|
|
||||||
|
For now this is a symlink to `hosts.steamos` as I am pretty sure they haven't
|
||||||
|
modified it.
|
||||||
|
|
||||||
## `hosts.fedora`
|
## `hosts.fedora`
|
||||||
|
|
||||||
I am pretty sure this is the `/etc/hosts` that was given me by Fedora < 40
|
I am pretty sure this is the `/etc/hosts` that was given me by Fedora < 40
|
||||||
@ -39,3 +46,8 @@ with changes removed.
|
|||||||
|
|
||||||
I think this is the Debian format which used to be just `../hosts` in this
|
I think this is the Debian format which used to be just `../hosts` in this
|
||||||
repository.
|
repository.
|
||||||
|
|
||||||
|
## `hosts.steamos`
|
||||||
|
|
||||||
|
The `/etc/hosts` file from `SteamOS Holo` variant steamdeck version `3.5.19`
|
||||||
|
or `20240422.1`.
|
||||||
|
1
etc/hosts/hosts.arch
Symbolic link
1
etc/hosts/hosts.arch
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
hosts.steamos
|
4
etc/hosts/hosts.steamos
Normal file
4
etc/hosts/hosts.steamos
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Static table lookup for hostnames.
|
||||||
|
# See hosts(5) for details.
|
||||||
|
127.0.0.1 localhost
|
||||||
|
::1 localhost
|
Loading…
Reference in New Issue
Block a user