How can I redirect HTTP requests made from an iPad?

前端 未结 17 2355
后悔当初
后悔当初 2020-12-12 09:53

Since on an iPad we cannot edit the hosts file (without jailbreaking), how can we arbitrarily redirect web traffic to another url?

This would be important for someth

17条回答
  •  Happy的楠姐
    2020-12-12 10:39

    You could setup an internal DNS server on your network (if one does not exist already) and setup an A record. Then ensure your DHCP is set to return said DNS server

提交回复
热议问题