happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
8.97k stars 1.98k forks source link

请问下如何将storage节点放到ddos后面,来避免暴露源站ip呢 #614

Open wilikeit opened 1 year ago

wilikeit commented 1 year ago

有个需求是将storage放到 ddos后面,让客户端通过 ddos访问storage,这样是为了避免 暴露storage源站IP,但tracker如何返一个ddos ip给客户端呢,让客户连接 高防ip上传文件,在配置文件中并没有找到相关配置项,有什么办法实现吗

happyfish100 commented 1 year ago

FastDFS集群最好部署在内网,文件上传用传统的web方式。

wilikeit commented 1 year ago

FastDFS集群最好部署在内网,文件上传用传统的web方式。

感谢指导 ,公司用的是安卓系统终端 ,这种是调用您 编写 的java sdk的方式上传(接 tracker的 22122端口实现上传,无法用web),这种场景能有什么好办法通过 ddos ip上传到服务端吗。