V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
zero84310
V2EX  ›  macOS

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

  •  
  •   zero84310 · 2014-09-28 08:39:04 +08:00 · 3225 次点击
    这是一个创建于 3511 天前的主题,其中的信息可能已经有所发展或是发生改变。
    重新连上VPN也没用,重新打开Dropbox也不行,只能重启电脑
    5 条回复    2014-09-29 14:58:07 +08:00
    tru
        1
    tru  
       2014-09-28 08:47:37 +08:00 via iPhone
    没遇到过,
    单独给dropbox 挂了代理…
    ShadyK
        2
    ShadyK  
       2014-09-28 08:56:55 +08:00 via iPhone   ❤️ 1
    DNS 被污染了,改个host 吧
    flyever
        3
    flyever  
       2014-09-28 11:18:12 +08:00
    用shadowsocks吧,我都是ss和dropbox一起开机启动的……
    DoubleJo
        4
    DoubleJo  
       2014-09-28 11:44:35 +08:00   ❤️ 1
    缓存了错误的DNS... 清下DNS缓存就可以
    jacobbubu
        5
    jacobbubu  
       2014-09-29 14:58:07 +08:00   ❤️ 2
    #!/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 的脚本。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   4156 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 00:54 · PVG 08:54 · LAX 17:54 · JFK 20:54
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.