架好 reverse proxy 後要測試可以用 curl 的 --resolve
的功能來確認。
curl -v --resolve i.kfs.io:443:68.232.45.191 https://i.kfs.io/article5/global/364,324,6v1/original.png > /dev/null
其中 --resolve
的第三個參數一定要用 IP address,你可以看到他的運作原理:
* Added i.kfs.io:443:68.232.45.191 to DNS cache