Akelbek / hyk-proxy

Automatically exported from code.google.com/p/hyk-proxy
0 stars 1 forks source link

如何指定多APP之一作为某论坛的代理? #88

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
您好,我想请教下,如何在布置了多APP的情况下指定使用其��
�之一?
因为某些论坛不允许多IP访问。

Original issue reported on code.google.com by congxz6...@gmail.com on 12 Dec 2010 at 8:49

GoogleCodeExporter commented 8 years ago
修改hyk-proxy-gae-conf.xml中AppIdBindings,下面是匹配Http请求中Host�
��域含twitter,youtube分发到appid为hyk-proxy-demo的服务
如:
<AppIdBindings>
        <Binding appid="hyk-proxy-demo">
            <site>twitter</site>
            <site>youtube</site>
        </Binding>
    </AppIdBindings>

Original comment by yinqiwen@gmail.com on 12 Dec 2010 at 9:14