美文网首页
ROS国内国外流量分流

ROS国内国外流量分流

作者: Borcol | 来源:发表于2019-06-06 21:39 被阅读0次

    安装CURL程序

    apt-get install curl

    输入以下代码

    echo "/ip firewall address-list" > cnlist.src && \

    echo "remove [find comment=cnlist]" >> cnlist.src && \

    curl 'https://ispip.clang.cn/all_cn.txt' \

      | awk -F\, '{print "add address=" $0 " disabled=no list=cnlist comment=cnlist" }' >> cnlist.src

    相关文章

      网友评论

          本文标题:ROS国内国外流量分流

          本文链接:https://www.haomeiwen.com/subject/ugtpxctx.html