mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 17:35:40 +08:00
pprof: add pprof conditional compilation
This commit is contained in:
parent
c8c4d5c75c
commit
9d42885922
@ -104,7 +104,11 @@ type Question struct {
|
|||||||
|
|
||||||
// RR format
|
// RR format
|
||||||
// https://tools.ietf.org/html/rfc1035#section-3.2.1
|
// https://tools.ietf.org/html/rfc1035#section-3.2.1
|
||||||
// All RRs have the same top level format shown below:
|
// https://tools.ietf.org/html/rfc1035#section-4.1.3
|
||||||
|
// The answer, authority, and additional sections all share the same
|
||||||
|
// format: a variable number of resource records, where the number of
|
||||||
|
// records is specified in the corresponding count field in the header.
|
||||||
|
// Each resource record has the following format:
|
||||||
//
|
//
|
||||||
// 1 1 1 1 1 1
|
// 1 1 1 1 1 1
|
||||||
// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
|
// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
|
||||||
|
2
main.go
2
main.go
@ -25,7 +25,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// VERSION .
|
// VERSION .
|
||||||
const VERSION = "0.6.2"
|
const VERSION = "0.6.3"
|
||||||
|
|
||||||
func dialerFromConf() proxy.Dialer {
|
func dialerFromConf() proxy.Dialer {
|
||||||
// global forwarders in xx.conf
|
// global forwarders in xx.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user