NODEPROXY示例配置文件
- 获取链接
- X
- 电子邮件
- 其他应用
本页面不定期更新,可在留言区域提出功能要求。
t66y 草榴代理配置:
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | module.exports = { 'proxyHost': 'http://my_domain', 'target': 'https://www.t66y.com', 'replace': [ ], 'excludedElement': [ // 去广告 'div.tips', 'div#footer' ], 'bottom': '', 'header': '', 'externalDomains': [ // t66y常用图床,可自行添加 'www1.wi.to', 'go.imgs.co', 'img9.uploadhouse.com', ], 'custom': { } }; | 
google 反向代理配置:
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | module.exports = { 'proxyHost': 'http://my_domain', 'target': 'https://www.google.com', 'replace': [ ['www.gstatic.com', 'my_domain/___external___'], ], 'excludedElement': [ 'div.tips', 'div#footer' ], 'bottom': '', 'header': '', 'externalDomains': [ 'apis.google.com', 'www.gstatic.com', 'ssl.gstatic.com', ], 'custom': { } }; | 
- 获取链接
- X
- 电子邮件
- 其他应用
评论
发表评论