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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: mDNS Locked Down on Macs?

2 点作者 techn00大约 2 个月前
I was using a cool tool called localias, which allows you to set `.local` domains with https for services running on your mac. It&#x27;s really helpful to be able to access the services on your network at the same address (especially for mobile dev). Example:<p>localias add frontend.local 5173 # you can now access https:&#x2F;&#x2F;frontend.local and it will resolve to your local service listening on 5173.<p>But it seems like apple locked down the mdns capability behind a paywall? https:&#x2F;&#x2F;github.com&#x2F;peterldowns&#x2F;localias&#x2F;issues&#x2F;40#issuecomment-2630197849<p>https:&#x2F;&#x2F;developer.apple.com&#x2F;forums&#x2F;thread&#x2F;663271<p>Any workaround&#x2F;alternatives?

1 comment

skygazer大约 2 个月前
I agree, preventing devs from even testing features on their own boxes without Apple&#x27;s permission is excessive gatekeeping. Open source users should be able to grant permission on their own machines. This is a user hostile bandaid around a broken security model.<p>Although, it&#x27;s not strictly a paywall, because you can pay for the developer program and still not be granted an entitlement -- although, I guess it&#x27;s a paywall to be granted access to even ask for an entitlement, which does seem worse.