是否有任何解决方案可以通过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