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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Are there reverse-proxy providers for my use case?

2 点作者 gazzini超过 3 年前
I want to run web-servers from home, with public DNS, but I&#x27;m worried that my IP address will change. I&#x27;m willing to pay in the range of $100 &#x2F; month for some sort of proxy, and I only need about 98% uptime.<p>Is there some sort of service, similar to ngrok[0], that will: a) have a consistent IP address that I can point a DNS at b) forward all requests (maybe some weird ports &#x2F; protocols) over some tunnel to my local machines c) let my local machines re-establish the tunnels across restarts<p>Context:<p>I don&#x27;t _need_ to do this. I just want to.<p>I have 3 Intel NUC[1] boxes at home, on battery backup, hard-wired to two residential fiber internet connections for redundancy (Google Fiber &amp; AT&amp;T).<p>One of these is an Ethereum validator[2], which has been successfully running for almost a year now. It&#x27;s had ~98% uptime, which is good enough for my needs.<p>I&#x27;m interested in helping other proof-of-stake networks grow, and they all have different hardware &amp; networking requirements. In particular, one of them requires a public DNS entry for each of my nodes.<p>I sort-of like the idea that the networks are more &quot;decentralized&quot; when running in my house vs in a datacenter somewhere... But honestly, I just think it&#x27;s more fun to own the machines (pets, not cattle[3]).<p>[0]: https:&#x2F;&#x2F;ngrok.com&#x2F; [1]: https:&#x2F;&#x2F;www.newegg.com&#x2F;intel-blknuc7i7dnk1e&#x2F;p&#x2F;N82E16856102205?Item=9SIA2F873V9947 [2]: https:&#x2F;&#x2F;beaconscan.com&#x2F;validator&#x2F;0xaf21b320e306f2e932748403cc4c0a8a8fc78bcf2ccabbc3f04f7242cc7448ba5cc2995267d68d134ca8fa63e6256113 [3]: http:&#x2F;&#x2F;cloudscaling.com&#x2F;blog&#x2F;cloud-computing&#x2F;the-history-of-pets-vs-cattle&#x2F;

1 comment

ohiovr超过 3 年前
This might not be what you are looking for but might solve your problem: <a href="https:&#x2F;&#x2F;www.dynu.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.dynu.com&#x2F;</a><p>Dynu has free services for cheap subdomains but they also have a fairly decent registry too. I was even able to set up a mail domain (of course useless because of IP blacklists). I used a reverse proxy to provide SSL to my hosted domains. I set it all up with Docker and bash.<p>I had quite a few fun little services running at home on my pc. Never seemed to find a use for it though.
评论 #29218331 未加载