1. 先找出ip对应的域名
dig +short -x <your ip>
2. 如果第1步没有输出,那么需要将hostname与ip绑定,如:hostname为jello,那么是往/etc/hosts中写入一下内容
<ip> jello