Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
3f881c72
Commit
3f881c72
authored
Jul 20, 2021
by
coredns[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto remove trailing whitespaces
Signed-off-by:
coredns[bot]
<
bot@bot.coredns.io
>
parent
6b0973d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
man/coredns-geoip.7
man/coredns-geoip.7
+2
-2
plugin/geoip/README.md
plugin/geoip/README.md
+1
-1
plugin/trace/README.md
plugin/trace/README.md
+1
-1
No files found.
man/coredns-geoip.7
View file @
3f881c72
...
@@ -79,7 +79,7 @@ A limited set of fields will be exported as labels, all values are stored using
...
@@ -79,7 +79,7 @@ A limited set of fields will be exported as labels, all values are stored using
.RS
.RS
.TS
.TS
allbox;
allbox;
l l l l
l l l l
l l l l .
l l l l .
\fBLabel\fP\fB Type\fP\fB Example\fP\fB Description\fP
\fBLabel\fP\fB Type\fP\fB Example\fP\fB Description\fP
\fB\fCgeoip/city/name\fR \fB\fCstring\fR \fB\fCCambridge\fR Then city name in English language.
\fB\fCgeoip/city/name\fR \fB\fCstring\fR \fB\fCCambridge\fR Then city name in English language.
...
@@ -102,7 +102,7 @@ l l l l .
...
@@ -102,7 +102,7 @@ l l l l .
.RS
.RS
.TS
.TS
allbox;
allbox;
l l
l l
l l .
l l .
\fBValue\fP\fB Continent (EN)\fP
\fBValue\fP\fB Continent (EN)\fP
AF Africa
AF Africa
...
...
plugin/geoip/README.md
View file @
3f881c72
...
@@ -25,7 +25,7 @@ if getLongitude := metadata.ValueFunc(ctx, "geoip/longitude"); getLongitude != n
...
@@ -25,7 +25,7 @@ if getLongitude := metadata.ValueFunc(ctx, "geoip/longitude"); getLongitude != n
```
```
## Databases
## Databases
The supported databases use city schema such as
`City`
and
`Enterprise`
. Other databases types with different schemas are not supported yet.
The supported databases use city schema such as
`City`
and
`Enterprise`
. Other databases types with different schemas are not supported yet.
You can download a
[
free and public City database
](
https://dev.maxmind.com/geoip/geolite2-free-geolocation-data
)
.
You can download a
[
free and public City database
](
https://dev.maxmind.com/geoip/geolite2-free-geolocation-data
)
.
...
...
plugin/trace/README.md
View file @
3f881c72
...
@@ -98,7 +98,7 @@ trace tracinghost:9411 {
...
@@ -98,7 +98,7 @@ trace tracinghost:9411 {
The trace plugin will publish the following metadata, if the
*metadata*
The trace plugin will publish the following metadata, if the
*metadata*
plugin is also enabled:
plugin is also enabled:
*
`trace/traceid`
: identifier of (zipkin/datadog) trace of processed request
*
`trace/traceid`
: identifier of (zipkin/datadog) trace of processed request
## See Also
## See Also
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment