V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
lanqing
V2EX  ›  Python

请教:squid 二级代理,为啥没有更换 ip

  •  
  •   lanqing · Feb 22, 2019 · 3141 views
    This topic created in 2631 days ago, the information mentioned may be changed or developed.

    我创建了一个 squid 二级代理,并设置了如下

    request_header_access Via deny all
    request_header_access X-Forwarded-For deny all
    request_header_access From deny all
    
    
    cache_peer 122.230.34.252 parent 35599 0 no-query weighted-round-robin weight=1 connect-fail-limit=2 allow-miss max-conn=10
    #下面都是 cache_peer
    .........
    

    访问 http://httpbin.org/ip 可以发现 ip 一直在变 但是访问 https://www.ipip.net/ip.html 会发现一直是主机的 ip,没有变化,

    请教大佬,而且不知道怎么调试,望给出点参考意见

    3 replies    2019-06-05 19:05:04 +08:00
    lanqing
        1
    lanqing  
    OP
       Feb 22, 2019
    我不知道 到底有没有设置成功,,
    ducklyl
        2
    ducklyl  
       Feb 22, 2019
    还用 squid 的啊,早改用 nginx 了
    wsgws
        3
    wsgws  
       Jun 5, 2019
    never_direct allow all # 这句很重要,放在 all cache_peer 后面, 否则请求会直接走 squid 代理服务器
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3766 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 43ms · UTC 04:50 · PVG 12:50 · LAX 21:50 · JFK 00:50
    ♥ Do have faith in what you're doing.