mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-08-09 23:54:55 +02:00
New log option: LogNormal
This commit is contained in:
@ -152,5 +152,6 @@ func HttpServer(http_port int, apiprefix string) {
|
||||
}
|
||||
mux.HandleFunc(apiprefix+"/peerinfo", get_peerinfo)
|
||||
mux.HandleFunc(apiprefix+"/nhtable", get_nhtable)
|
||||
mux.HandleFunc(apiprefix+"/peerstate", get_info)
|
||||
http.ListenAndServe(":"+strconv.Itoa(http_port), mux)
|
||||
}
|
||||
|
Reference in New Issue
Block a user