mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-12-31 21:56:41 +01:00
6 lines
108 B
Bash
6 lines
108 B
Bash
cat <<EOF | sudo tee /etc/hosts
|
|
192.168.56.110 app1.com
|
|
192.168.56.110 app2.com
|
|
192.168.56.110 app3.com
|
|
EOF
|