我可以将IP地址映射127.0.0.1到域名 和 端口吗?
127.0.0.1
例如,我想映射127.0.0.1到api.example.com:8000
api.example.com:8000
不,那不可能。该端口不是主机名的一部分,因此在hosts-file中没有任何意义。
hosts