i want to run a php server side code, on apache. are there any servers suppliers which enables your code opens ports using diffrent ips?
for example for 5 minutes my code will use this ip:
213.168.0.17
and after that it will switch the ip and will use this one (e.g):
213.198.0.10
and then after 5 minutes to switch for pseudo random ip again and agian.
i don't want my code to use the same ip all the time.
thanks