target a specific region without using http handler

hey,
I am trying to build a simple proxy on a fly app, with multi-region machines

app = "proxy"

[build]
image = "tarampampam/3proxy:latest"

[[services]]
protocol = "tcp"
internal_port = 3128

  [[services.ports]]
  port = 10080
  handlers = []

is there a way to route requests to a specific machine/ region without using the HTTP handler, I know that the 'fly-prefer-region` header does not work if I am not using the HTTP handler, and for some reason adding it breaks the proxy.

From How To to Questions / Help

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.