sudo vi /etc/hosts

Let’s see what happens when I do this:

14:56:26 Tue Jun 14 [flex@MBP16:[~/Downloads] [0]
$ sudo vi /etc/hosts

15:01:36 Tue Jun 14 [flex@MBP16:[~/Downloads] [0]
$ cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1	    localhost
255.255.255.255	broadcasthost
::1             localhost
fe80::1%lo0	    localhost

127.0.0.1 index.hu telex.hu 444.hu

15:02:47 Tue Jun 14 [flex@MBP16:[~/Downloads] [0]

🤞