We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22815af commit fb515a5Copy full SHA for fb515a5
.gitignore
@@ -4,6 +4,7 @@
4
*.log
5
unittest.xml
6
venv/
7
+vendor/
8
.idea/
9
main
10
go.sum
README.md
@@ -24,5 +24,9 @@ $ make test # unit test
24
## run
25
26
```
27
+# Run with conf
28
+$ ${GOPATH}/bin/proxy -confdir pathToConfDir
29
+
30
+# Others
31
$ ${GOPATH}/bin/proxy -h
32
config/config.go
@@ -9,7 +9,7 @@ import (
)
11
const (
12
- Version = "1.0.0.8"
+ Version = "v1.0.2"
13
14
15
var (
0 commit comments