Tag: RealIP

GoLang get the Client’s real IP.

🤡 注意import指定的包或者庫。   😀 一些Golang常用的快捷函數,想要寫花費一番時間,既然在PHP的編程中已經經歷了一遍,那麼就稍微總結一下   Golang 獲取客戶端真實IP //來自github,原理大概和PHP相同 func RemoteIP(req *http.Request) string { remoteAddr := req.RemoteAddr if ip := req.Header.Get(“X-Real-IP”); ip != “” { […]