Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beargrass/rec53
recursive dns
https://github.com/beargrass/rec53
Last synced: about 2 months ago
JSON representation
recursive dns
- Host: GitHub
- URL: https://github.com/beargrass/rec53
- Owner: BearGrass
- Created: 2023-03-19T03:12:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T03:22:38.000Z (over 1 year ago)
- Last Synced: 2023-07-25T06:23:01.395Z (over 1 year ago)
- Language: Go
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rec53
recursive dnshello world!
## TODLIST
* add some metric
* use make image to crate a docker image
* use start_image.sh to start a prometheus docker with specified yml and port## bug
* query www.huawei.com has bug## start prometheus
docker run -d -p 9090:9090 \
--name prometheus --add-host="host.docker.internal:host-gateway" \
-v /home/long/goapp/src/rec53/etc/prometheus.yml:/etc/prometheus/prometheus.yml \
prom/prometheus --config.file=/etc/prometheus/prometheus.yml* view prometheus : http://127.0.0.1:9090/graph
* view client: http://127.0.0.1:9999/metric
* docker visit vm: https://cloud.tencent.com/developer/article/2240955
* prometheus config: https://www.prometheus.wang/configuration/demo.html