func GetPAC(w rest.ResponseWriter, r *rest.Request) { lg.V(19).Infoln("api /pac/ endpoint called") w.Header().Set("Content-Type", "application/octet-stream") w.(http.ResponseWriter).Write(pac.GenPAC()) }
func GetPAC(w rest.ResponseWriter, r *rest.Request) { w.Header().Set("Content-Type", "application/octet-stream") w.(http.ResponseWriter).Write(pac.GenPAC()) }