推荐学习书目
› 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 · 3543 views
    This topic created in 2774 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   ·   Privacy   ·   Solana   ·   2024 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 16:12 · PVG 00:12 · LAX 09:12 · JFK 12:12
    ♥ Do have faith in what you're doing.