Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bzd111 committed Nov 20, 2020
2 parents 74e47c4 + 31b83e1 commit e3ca457
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# trojan-go-exporter

trojan-go exporter

## Docker

```
docker run --rm -it zidy/trojan-go-exporter:0.0.1
```

## Trojan-go config

you need to make sure add api config to your config file. For example.

```json
{
"api": {
"enabled": true,
"api_addr": "127.0.0.1",
"api_port": 10000
}
}
```

0 comments on commit e3ca457

Please sign in to comment.