3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

OSXで.devドメインにアクセスできない問題

Last updated at Posted at 2020-05-04

概要

.devドメインのページにアクセスできなくなった

事前の調査でルータやプロキシに問題はなかった

原因

.devドメインに対してリゾルバが誤ったルートネームサーバを設定していた

dev
# Lovingly generated by Pow
nameserver 127.0.0.1
port 20560

解決方法

/etc/resolver以下にあるdevを削除する

sudo rm /etc/resolver/dev

参考

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?