wip
This commit is contained in:
parent
3ca4538edd
commit
bb73005015
|
|
@ -8,11 +8,6 @@ use React\Promise\FulfilledPromise;
|
||||||
|
|
||||||
class DnsResolver extends Resolver
|
class DnsResolver extends Resolver
|
||||||
{
|
{
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
//
|
|
||||||
}
|
|
||||||
|
|
||||||
public function resolve($domain)
|
public function resolve($domain)
|
||||||
{
|
{
|
||||||
return new FulfilledPromise('127.0.0.1');
|
return new FulfilledPromise('127.0.0.1');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue