【发布时间】:2011-03-22 09:49:13
【问题描述】:
我一直在关注 Ryan Bates Railscast on Subdomains http://railscasts.com/episodes/221-subdomains-in-rails-3 并使用 lvh.me 为 localhost 子域提供服务,详见 railscast。
今天我发布了'lsof | grep IPv4' 查看我正在运行的进程,我注意到以下条目:
... Finder 121 nellboy 8u IPv4 0x7cade64 0t0 TCP lvh.me:58803->lvh.me:26164(已建立) ... Dropbox 131 nellboy 24u IPv4 0x7cb866c 0t0 TCP lvh.me:26164->lvh.me:58803(已建立) ... GoogleTal 26427 nellboy 27u IPv4 0xbc3666c 0t0 TCP lvh.me:64279 (LISTEN) GoogleTal 26427 nellboy 30u IPv4 0x9152270 0t0 TCP lvh.me:64279->lvh.me:64280(已建立) 红宝石 54081 nellboy 4u IPv4 0xbc36a68 0t0 TCP lvh.me:sunwebadmins (LISTEN) ... 谷歌 57647 nellboy 24u IPv4 0x7539a68 0t0 TCP lvh.me:64280->lvh.me:64279(已建立)我想知道为什么 lvh.me 与我的保管箱、我的谷歌帐户等一起列出。这是安全风险吗?我应该担心吗?
提前致谢
保罗
【问题讨论】:
标签: ruby-on-rails security subdomain