update stats version

This commit is contained in:
Jason
2019-08-02 20:28:09 +08:00
parent 4419d28652
commit 534f2aaa48

View File

@@ -81,9 +81,9 @@ func (s *simpleSessionStater) Start() error {
border-collapse: collapse;
text-align: right;
padding: 4;
}</style><title>Go-tun2socks %s</title></head>`, StatsVersion)
}</style><title>Go-tun2socks Sessions</title></head>`)
_, _ = fmt.Fprintf(w, "<h2>%s</h2>", now())
_, _ = fmt.Fprintf(w, "<h3>Uptime: %s</h3>", uptime())
_, _ = fmt.Fprintf(w, "<h3>Version: %s Uptime: %s</h3>", StatsVersion, uptime())
_, _ = fmt.Fprintf(w, "<p>Active sessions %d</p>", len(sessions))
tablePrint(w, sessions)
_, _ = fmt.Fprintf(w, "<br/><br/>")