【发布时间】:2018-06-15 23:36:49
【问题描述】:
是否有任何解决方案通过 DNS (Cloudflare) 根据请求的端口将相同的子域重定向到不同的 IP?喜欢:
one.example.com on Port 80 -> 1.1.1.1
one.example.com on Port 443 -> 1.1.1.1
one.example.com on Port 23455 -> 2.2.2.2
或者将所有端口重定向到一个 IP,除了一个/两个端口到另一个端口?喜欢:
one.example.com -> 1.1.1.1 但是
one.example.com on Port 80 -> 2.2.2.2
one.example.com on Port 443 -> 2.2.2.2
23455 端口上到 2.2.2.2 的流量不应超过 1.1.1.1
【问题讨论】:
标签: dns ip cloudflare portforwarding nat