Srar / node-tap

基于TypeScript实现的开源SSTap
Apache License 2.0
681 stars 150 forks source link

开启服务之后打开网页会变慢 #37

Closed MingqianYang closed 6 years ago

MingqianYang commented 6 years ago

为啥开启服务之后打开网页会变慢?

Srar commented 6 years ago

有可能是DNS转发有问题 需要等超时后系统自动切换到默认的DNS 这样就会觉得打开网页速度慢了

Yang Mingqian notifications@github.com于2018年7月17日 周二14:34写道:

为啥开启服务之后打开网页会变慢?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Srar/node-tap/issues/37, or mute the thread https://github.com/notifications/unsubscribe-auth/ALgk4uB7Vi-IW0hEYeuUuyGcUJp3q8gmks5uHYVxgaJpZM4VSQrI .

MingqianYang commented 6 years ago

@Srar 真的是DNS转发的问题。 我又在参数后追加了“--skipdns true”,这样速度就快了。 很感谢您!