When making a request to download a link, the server typically restricts access based on the client's IP address. To bypass this restriction, a common approach is to use a proxy server or Virtual Private Network (VPN) to hide the client's IP address. Since the server is not configured to recognize the 'x-forwarded-for' header, other methods can be employed to mask the client's IP. For instance, one can use a load balancer or a cloud-based solution to rotate the client's IP address. Additionally, browser extensions or plugins can be used to spoof the client's IP address. Although it is well-known that there is no foolproof solution to mask the client's IP address at the network layer, exploring alternative approaches in v2 can lead to novel solutions.