Hello,
I need to release an application that accesses the amazon.
With each ping in the URL of the application hosted in amazon the IP changes from time to time.
The local application does not support proxy.
I use freebsd / ipfw.
Example ping return:
app.example.net -> a.a.a.b
app.example.net -> a.a.a.x
app.example.net -> a.c.a.d
What is the best way to handle this, free IP and URL-based ports?
Thank you.
I need to release an application that accesses the amazon.
With each ping in the URL of the application hosted in amazon the IP changes from time to time.
The local application does not support proxy.
I use freebsd / ipfw.
Example ping return:
app.example.net -> a.a.a.b
app.example.net -> a.a.a.x
app.example.net -> a.c.a.d
What is the best way to handle this, free IP and URL-based ports?
Thank you.