[redirector] # EA clients connect to gosredirector.ea.com — point that hostname to 127.0.0.1 # in /etc/hosts (or via the openfut-hook DLL), and the redirector listens here. listen = "0.0.0.0:42127" [blaze] listen = "0.0.0.0:10041" advertise_host = "127.0.0.1" # IP/hostname we tell the client to connect to advertise_port = 10041 [tls] # Generate with: openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem # -days 3650 -nodes -subj "/CN=gosredirector.ea.com" # DirtySDK rejects ECDSA — RSA-2048 required. cert = "certs/cert.pem" key = "certs/key.pem" [capture] dir = "captures" pretty_print = true