#核心不要用tiny,用localproxy
#防跳下载:
#注:删除防跳中的tiny.conf文件,并修改ini配置文件中的核心为localproxy
#localproxy.conf(电信net)
listen_port=65080;
daemon=on;
uid=3004;
#http模式(暂时只支持net, net_off, net_proxy, wap)
http_mode=wap;
http_others=on;
http_ip=219.135.164.245;
http_port=3128;
http_del="Host,X-Online-Host";
http_first="\v[M] http://[H][U] [V]\r\nGET http://h5.nty.tv189.com [V]\r\nHost: h5.nty.tv189.com\r\n";
#https 219.135.164.245
https_connect=on;
https_ip=219.135.164.245;
https_port=3128;
https_del="Host";
https_first="\vCONNECT [H] [V]\r\nGET http://h5.nty.tv189.com/h5.nty.tv189.com [V]\r\nHost: h5.nty.tv189.com\r\n";
#支持关键字[method][uri][url][version][host]\r\n\t\v\b\\
#简写[M][U][V][H]
#dns
dns_http=on;
dns_listen_port=65053;
dns_timeout=5;
dns_cache_size=2048;
dns_cache="/sdcard/httpdns.cache";
dns_http_ip=219.135.164.245;
dns_http_port=3128;
dns_http_first="\v[M] http://114.114.114.114[U] [V]\r\nGET http://h5.nty.tv189.com [V]\r\nHost: h5.nty.tv189.com\r\n";
#dns双H
#dns_http_ip=10.0.0.200;
#dns_http_port=80;
#dns_http_first="[M] [U] [V]\rHost: 114.114.114.114\r\nHost: ltevod.tv189.cn\r\n";
#支持关键字[method][uri][version][domain]\r\n\t\v\b\\
#简写[M][U][V][D]