There are 2 simple ways to clear DNS cache on iOS devices :
- (FASTER) Just enable the Airplane Mode, wait 10 seconds and disable it
- (SLOWER) Reboot the device ! ;) You know this always be classic answer for many questions :D
There are 2 simple ways to clear DNS cache on iOS devices :
#TIL : Curl override Name Resolution with specific IP address
#TIL : Curl override Name Resolution with specific IP address
I learned on 2018-08-18 about curl, dns, sysadmin
#TIL : View DNS history of a domain
#TIL : View DNS history of a domain
I learned on 2018-05-08 about dns, sysadmin
#TIL : Setup wildcard domains .test for development in MacOS
#TIL : Setup wildcard domains .test for development in MacOS
I learned on 2018-04-24 about development, dns, networking
#TIL : Install CA root certificate on iOS device
#TIL : Install CA root certificate on iOS device
I learned on 2018-03-14 about ios, security, ssl
#TIL : Getting your external IP
#TIL : Getting your external IP
I learned on 2017-11-24 about dns, ip, sysadmin
2022
Weighted Round Robin : Scheduling Algorithm
#TIL : Becareful on using port mapping of Docker in Development
#TIL : Becareful on using port mapping of Docker in Development
I learned on 2022-03-17 about docker, security
#TIL : Using extra hosts to add custom ip of hostnames to Docker container
#TIL : Using extra hosts to add custom ip of hostnames to Docker container
I learned on 2022-03-16 about docker, networking