Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一个 Rails 2.3.8 应用程序,我想在其中将 IP 地址列入白名单。是否有任何宝石可以将 IP 地址列入白名单?
查看 gem rack-ip-whitelist。
该宝石的来源可用,其中包含 -
“需要包含访问一组 IP 地址(白名单)的网站的机架中间件。在这些地址之外,访问者会显示 403 禁止页面。”
http://rubydoc.info/gems/rack-ip-whitelist/0.0.2/frames
在单个页面上(在 SalesForce 中生成的内容)?