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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Is it possible to detect a visitor's ISP, could websites educate Comcast users?

6 点作者 iOSGuy大约 11 年前
As I understand it, there are limitations, it will not be 100% accurate ie: a user could be using a proxy, or VPN, etc.<p>Still, if Comcast is going to throttle specific websites, or charge specific websites for faster connections, can&#x27;t we use the knowledge that a website visitor is a Comcast subscriber to our advantage?<p>More than that, could Reddit use a protest day to demonstrate what may happen to Comcast customers?<p>For example, instead of a blackout day, Reddit loads slow for Comcast subscribers and only Comcast subscribers.<p>For programmers, here&#x27;s a possible solution using PHP: http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;855967&#x2F;how-do-i-retrieve-the-visitors-isp-through-php

3 条评论

kogir大约 11 年前
It&#x27;s super easy with this: <a href="https://www.maxmind.com/en/isp" rel="nofollow">https:&#x2F;&#x2F;www.maxmind.com&#x2F;en&#x2F;isp</a><p>If you&#x27;re unwilling to pay, then you can get pretty far with their free ASN database: <a href="http://dev.maxmind.com/geoip/legacy/geolite/" rel="nofollow">http:&#x2F;&#x2F;dev.maxmind.com&#x2F;geoip&#x2F;legacy&#x2F;geolite&#x2F;</a>
feld大约 11 年前
I&#x27;d imagine a varnish vmod could be created to do a lookup in a maxmind database and then serve slowly with some new page elements.
jesusmichael大约 11 年前
nslookup? you get the hostname of the IP and you can resolve for that.