VPN 断了一次之后 Dropbox 就经常无法连接,有碰到这种情况的吗?

2014-09-28 08:39:04 +08:00
 zero84310
重新连上VPN也没用,重新打开Dropbox也不行,只能重启电脑
3230 次点击
所在节点    macOS
5 条回复
tru
2014-09-28 08:47:37 +08:00
没遇到过,
单独给dropbox 挂了代理…
ShadyK
2014-09-28 08:56:55 +08:00
DNS 被污染了,改个host 吧
flyever
2014-09-28 11:18:12 +08:00
用shadowsocks吧,我都是ss和dropbox一起开机启动的……
DoubleJo
2014-09-28 11:44:35 +08:00
缓存了错误的DNS... 清下DNS缓存就可以
jacobbubu
2014-09-29 14:58:07 +08:00
#!/bin/bash
long=`sw_vers -productVersion`
short=${long:0:4}
if [ "$short" == "10.4" ]; then
lookupd -flushcache
elif [ "$short" == "10.5" ] || [ "$short" == "10.6" ]; then
dscacheutil -flushcache
elif [ "$short" == "10.7" ] || [ "$short" == "10.8" ]; then
sudo killall -HUP mDNSResponder
fi

上面是清除 DNS 的脚本。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/136080

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX