Skip to content

v0.0.1-beta5

Choose a tag to compare

@jim3ma jim3ma released this 02 Sep 08:00
· 9 commits to master since this release
  • Enable connection pool feature, add config below in config.server.yaml:
...
pool:
  enable: true
  count: 10
...
  • Enable white list of remote ip address, add config below in config.server.yaml:
...
whiteips:
  - 127.0.0.1/32
...