TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Roll Your Own VPN/HTTP/AdBlock Service?

4 点作者 stevenhubertron超过 10 年前
With all this Verizon header injection stuff going on I wonder if there is a way to combine a a VPN service like OpenVPN running on my own server to also do HTTP compression and perhaps Ad Blocking?<p>I would only use this on my families phones on our limited Verizon data plan so it might save us a few bucks a month and I will gain piece of mind that my family isn&#x27;t being tracked everywhere they go.<p>A 3rd party doing this is http:&#x2F;&#x2F;www.onavo.com&#x2F;apps&#x2F;iphone but of course I am trading Verizon tracking for Facebook (The owners of Onavo) so I would love to run my own on EC2, or Digital Ocean or similar.<p>The dream would be VPN, Ad Blocking, and HTTP compression all in one on a hosted box of my choosing and in my name where only I have control.<p>Does anyone know of any open source projects doing this? I&#x27;d be happy to donate some money towards the cause as I think a lot of us on here could benefit from it

2 条评论

neftaly超过 10 年前
It&#x27;s actually super cheap &amp; easy. The setup below costs a few dollars a year and uses ~20MB RAM total:<p>* Get a box from <a href="http://lowendspirit.com/" rel="nofollow">http:&#x2F;&#x2F;lowendspirit.com&#x2F;</a> (or <a href="http://lowendstock.com/" rel="nofollow">http:&#x2F;&#x2F;lowendstock.com&#x2F;</a>)<p>* Install OpenVPN &amp; setup client certs with <a href="https://github.com/Nyr/openvpn-install" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Nyr&#x2F;openvpn-install</a><p>* Setup your hosts file with <a href="http://winhelp2002.mvps.org/hosts.txt" rel="nofollow">http:&#x2F;&#x2F;winhelp2002.mvps.org&#x2F;hosts.txt</a><p>* Install &amp; config the OpenVPN connect app on each device (no SFTP? use <a href="https://transfer.sh/" rel="nofollow">https:&#x2F;&#x2F;transfer.sh&#x2F;</a>)
logn超过 10 年前
Privoxy is your missing piece. Combine that with OpenVPN.<p>For compression: <a href="http://www.privoxy.org/user-manual/config.html#ENABLE-COMPRESSION" rel="nofollow">http:&#x2F;&#x2F;www.privoxy.org&#x2F;user-manual&#x2F;config.html#ENABLE-COMPRE...</a><p>edit: Also, setting proxies on Android -- <a href="http://w3epic.com/how-to-setting-proxy-on-android-phone-tablet/" rel="nofollow">http:&#x2F;&#x2F;w3epic.com&#x2F;how-to-setting-proxy-on-android-phone-tabl...</a> ... iPhone: <a href="http://appletoolbox.com/2012/08/how-to-set-up-and-configure-proxy-settings-on-an-ipad-iphone-or-ipod-touch/" rel="nofollow">http:&#x2F;&#x2F;appletoolbox.com&#x2F;2012&#x2F;08&#x2F;how-to-set-up-and-configure-...</a>
评论 #8509654 未加载