Jinji Zeng

Results 5 comments of Jinji Zeng

按readme 中Synopsis 的说明搭建 执行 nslookup www.taobao.com 127.0.0.1 不会报错 而执行dig @127.0.0.1 www.taobao.com 出错 dig -v DiG 9.10.6 出错信息 ``` 2019/11/28 18:53:11 [error] 503566#503566: *10 lua entry thread aborted: runtime error: /usr/local/openresty/lualib/resty/dns/server.lua:286:...

i am not good at c++, could you help see it?

I see it and changed my way of using it. it can not occur coredump, thanks a lot ! @membphis

But I still don't understand why occur coredump. According to my understanding, occur coredump means code has bug. If it doesn't work correctly, it need to return the error instead...

可能你的配置是 ``` upstream aaa { server 127.0.0.1:8888; } proxy_pass http://aaa ; ``` 而不是 ``` upstream aaa { server 127.0.0.1:8888; } set $ups aaa ; proxy_pass http://$ups; ```