Description / 描述 需求背景 在开发时,有时需要将某些特定域名来转发到指定端口上,现有解决方式是用 SwitchHosts 修改 Hosts 后再配合 nginx 反向代理,所以我想能不能将两者配合起来,用 Node 之类来做一个类似工具。 ------------------------------ Just a idea ~ — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#357>, or mute the thread < https://github.com/notifications/unsubscribe-auth/ADgytq_xhmxuacos6zfO4wRcrjrfzyQ-ks5vcz5NgaJpZM4cXy-P > .
2条答案
按热度按时间waxmsbnn1#
你的意思是switch 同时管理域名与端口? TinyTin notifications@github.com 于2019年4月2日周二 下午7:26写道:…
Description / 描述 需求背景 在开发时,有时需要将某些特定域名来转发到指定端口上,现有解决方式是用 SwitchHosts 修改 Hosts 后再配合 nginx 反向代理,所以我想能不能将两者配合起来,用 Node 之类来做一个类似工具。 ------------------------------ Just a idea ~ — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#357>, or mute the thread < https://github.com/notifications/unsubscribe-auth/ADgytq_xhmxuacos6zfO4wRcrjrfzyQ-ks5vcz5NgaJpZM4cXy-P > .
5lhxktic2#
是的,就是这个意思