server-security 0.1.1

server security proxy
Documentation
1
2
3
4
5
6
7
8
9
10
11
[proxy]
server_addr = "0.0.0.0:8081"
to_addr = "127.0.0.1:8080"

[log]
# see how to configrution simple-log:https://github.com/baoyachi/simple-log
path = "./var/log/server_security/server_security.log"
level = "INFO"
size = 200
out_kind = ["file"]
roll_count = 300