Giter Site home page Giter Site logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
在防火墙里面看来一下,苹果商店的软件下载地址是IP,204.2.
160.59和204.2.160.240 .  不知道还有多少不同的IP.  
好像同时下载两个软件就用了两个不同的IP.

收集IP真是非常困难的工作. 我用just-ping.com 
ping到webcache.googleusercontent.com的几十个IP地址,然后再电脑上nslo
okup又查到一个IP,居然不包括在just-ping搜到的那些里面.  
不知道有没有更好的方法收集IP.

Original comment by [email protected] on 4 Feb 2011 at 3:17

from autoddvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
你的問題分兩個來回答:

1.  classicMode增加例外IP的方法是用exroute_custom
http://code.google.com/p/autoddvpn/wiki/ExRoute
但你必須自己找出所有需要特例處理的IP網段。

2. 關於 webcache.googleusercontent.com 
請確定你透過8.8.8.8查出是否這個IP 72.14.213.132


$ nslookup webcache.googleusercontent.com 8.8.8.8
Server:     8.8.8.8
Address:    8.8.8.8#53

Non-authoritative answer:
webcache.googleusercontent.com  canonical name = 
googlehosted.l.googleusercontent.com.
Name:   googlehosted.l.googleusercontent.com
Address: 72.14.213.132

如果是的話, 72.14.213.0/24已經定義在vpnup.sh裡面了

route add -net 72.14.213.0/24 gw $VPNGW

如果不是的話,請把你查到的IP加到vpnup_custom裡面即可。



Original comment by [email protected] on 4 Feb 2011 at 4:06

from autoddvpn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.