Its not as obvious as the IP so you might have to search a bit. (it was the 3rd or 4th result for me)
The Port differs between regions,but it will be in a 400X format. You might have to check which one is used exactly.
The German client is using 4001 e.g.
You'll have to convert the port you just found port into hexadecimal and read the bytes backwards.
4001 = 0F A1 --> A1 0F
4002 = 0F A2 --> A2 0F
etc.
There arent to many results, so you shouldn't have a hard time finding it.
Or just search for "00 A1 0F 00 00 EB 19 B8" (replace port value)