Posts:
2
Threads:
1
Joined:
Jun 2023
Reputation:
Credits: 6.5€ [Donate] Hi everyone
I am trying to unblock certain apps on the WiFi that I am using and I seem to not be able. Is there anything that might help with doing this. I am mainly trying to get Spotify unblocked.
Thank You
Gooseflesh
Posts:
34
Threads:
8
Joined:
May 2023
Reputation:
Credits: 91.45€ [Donate] Simple answer. The school / job network is blocking website, so you just have to send requests outside the network:
- Use proxies
- Use VPS (e.g onworks.net)
We are Light Hat Arsenal, we are hackers for the light !
Posts:
3
Threads:
1
Joined:
Jun 2023
Reputation:
Credits: 6.3€ [Donate] xprogrammer is correct, its pretty basic. in my university goes the same shit.
Posts:
31
Threads:
5
Joined:
Jun 2023
Reputation:
Credits: 0.67€ [Donate] You can always circumvent these basic blocks. For example they are often DNS based. Enabling DNS over HTTPS might already help. or you could do: host <domain>
on a terminal on your phone over mobile internet to do the DNS lookup for you can access the ip address directly.
You can even add it under a different domain name in your hosts file, so you won't have to recall the ip every time.
Other methods mentioned here do work also of cause.
Posts:
2
Threads:
1
Joined:
Jun 2023
Reputation:
Credits: 6.5€ [Donate] Thanks for the information