Skip to content

Commit

Permalink
add config options description
Browse files Browse the repository at this point in the history
add config options description about secure connect to mysql
  • Loading branch information
mem0rz authored and GreaterFire committed Mar 22, 2020
1 parent 376a597 commit 20c206a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,9 @@ The NAT config is for transparent proxy. You'll need to [setup iptables rules](h
"server_port": 3306,
"database": "trojan",
"username": "trojan",
"password": ""
"password": "",
"cafile": "",
"tls_version": ""
}
}
```
Expand Down

0 comments on commit 20c206a

Please sign in to comment.