mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-24 01:16:05 +01:00
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
|
#!/bin/sh
|
||
|
# stdin: default config
|
||
|
# stdout: modified config
|
||
|
|
||
|
echo "127.0.0.1 localhost
|
||
|
::1 localhost
|
||
|
127.0.1.1 ${HOST}.localdomain ${HOST}
|
||
|
"
|