V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
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 · 2019-02-22 09:34:36 +08:00 · 2083 次点击
    这是一个创建于 1862 天前的主题,其中的信息可能已经有所发展或是发生改变。

    我创建了一个 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 条回复    2019-06-05 19:05:04 +08:00
    lanqing
        1
    lanqing  
    OP
       2019-02-22 09:35:21 +08:00
    我不知道 到底有没有设置成功,,
    ducklyl
        2
    ducklyl  
       2019-02-22 12:15:34 +08:00
    还用 squid 的啊,早改用 nginx 了
    wsgws
        3
    wsgws  
       2019-06-05 19:05:04 +08:00
    never_direct allow all # 这句很重要,放在 all cache_peer 后面, 否则请求会直接走 squid 代理服务器
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5356 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 08:04 · PVG 16:04 · LAX 01:04 · JFK 04:04
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.