3

私の質問は、 2年前のこれと同じです。

この詳細な回答のすべての手順を実行しましたが、うまくいきませんでした。

さらに、マシンを再起動し、ウイルス対策ソフトウェアを削除しました (念のため)。

テスト ドメインを掘り下げるか、ping を実行するまでは、すべてうまくいきます。すべてをアンインストールして再インストールし、brew doctor を実行しました。

すべてのファイルは正常に表示され、サービスはすべてbrewに従って実行されています。

Brewがパッケージが古くなっていると主張しているため、php70の代わりにphp(7.2.5)をインストールしました。*.dev の代わりに *.test の新しいデフォルト ドメインを使用しています。それ以外の場合は、手紙に対するこの回答の手順に従いました。

brew info dnsmasq結果

dnsmasq: stable 2.79 (bottled)
Lightweight DNS forwarder and DHCP server
http://www.thekelleys.org.uk/dnsmasq/doc.html
/usr/local/Cellar/dnsmasq/2.79 (8 files, 516.3KB) *
  Poured from bottle on 2018-05-16 at 13:22:30
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/dnsmasq.rb
==> Dependencies
Build: pkg-config ✘
Optional: libidn ✘
==> Options
--with-dnssec
    Compile with DNSSEC support
--with-libidn
    Compile with IDN support
==> Caveats
To configure dnsmasq, take the default example configuration at
  /usr/local/etc/dnsmasq.conf and edit to taste.

To have launchd start dnsmasq now and restart at startup:
  sudo brew services start dnsmasq

ps aux | grep dnsmasq結果

username           5152   0.0  0.0  4258468    184 s000  R+    5:04PM   0:00.00 grep dnsmasq

dig something.test結果

; <<>> DiG 9.9.7-P3 <<>> something.test
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2961
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;something.test.            IN  A

;; ANSWER SECTION:
something.test.     10  IN  A   198.105.244.228
something.test.     10  IN  A   198.105.254.228

;; Query time: 77 msec
;; SERVER: 209.18.47.62#53(209.18.47.62)
;; WHEN: Thu May 24 17:06:34 EDT 2018
;; MSG SIZE  rcvd: 64
4

0 に答える 0