Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Will download using go mod, build and install the binary in your global Go binar

### Local testing

Build and run a custom Corefile configuration and on custom ports (DNS port set to `5354` via CLI, HTTP port set to `5380` via custom Corefile):
Build and run a custom Corefile configuration on custom ports (DNS port set to `5354` via CLI, HTTP port set to `5380` via custom Corefile):

```console
$ ./p2p-forge -conf Corefile.local-dev -dns.port 5354
Expand Down
2 changes: 1 addition & 1 deletion docs/METRICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It includes default [Prometheus Glient metrics](https://prometheus.io/docs/guide

### Forge metrics

- `coredns_forge_info{version}` - info about p2p-forge instance, useful for tracking when version update occured on each box
- `coredns_forge_info{version}` - info about p2p-forge instance, useful for tracking when version update occurred on each box

#### `ipparser` plugin (DNS A/AAAA)

Expand Down