在一个国家/地区部署网站
我有一个网站,我需要将其部署在一个国家/地区,例如黎巴嫩。换句话说,来自任何其他国家/地区的任何请求都不应得到响应。
我想我可以使用请求的 IP 地址并知道它是从哪个国家生成的。 我怎样才能在 C# 中做到这一点。
I have a website and i need to deploy it in a single country for example Lebanon. In other words, any request that comes to the website from any other country should not be responded to.
I think I may use the IP address of the request and know from which country it was generated.
How can I do this in C#.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,你不知道。错觉。
最后,这将具有相对有限的用途,具体取决于您的具体业务情况,它可能完全没用。
编程。
获取 GeoIP 数据库(在 google 中查找该术语,会出现提供商,否则尝试与“maxmind”结合使用)。然后根据数据库查询IP。决定如何处理“可能”的情况,例如国际业务。示例...IBM 有地址空间。他们将其用于所有操作。你想如何处理这个问题?
No, you dont. Illusion.
At the end this will be of RELATIVELY limtied use, depending what your exact busienss case is it may be totally useless.
Programming.
Get a GeoIP database (look up the term in google, a provider will show up, otherwise try it in combination with "maxmind"). THen query the IP against the database. Decide how to handle "maybe" scenarios like international businesses. Example... IBM has address space. They use it for all their oprations. How you want to deal with this?
为了鼓励本地索引和参与,您可以做的一件事是使用黎巴嫩国家/地区代码后缀部署您的网站。
以下是国家/地区后缀域名的列表。
One thing you can do to encourage local indexing and participation is deploy your website with a Lebanon country code suffix.
Here's a list of country suffix domains.