func ipHandler(ctx *macaron.Context) string {
	return ctx.RemoteAddr()
}