mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 02:54:45 +02:00
4 lines
174 B
Bash
4 lines
174 B
Bash
echo "192.168.56.110 app1.com" | sudo tee -a "/etc/hosts"
|
|
echo "192.168.56.110 app2.com" | sudo tee -a "/etc/hosts"
|
|
echo "192.168.56.110 app3.com" | sudo tee -a "/etc/hosts"
|