Commit Graph

13 Commits

Author SHA1 Message Date
789cc6939e
Return 404 when the dns domain has any path different than / 2024-05-12 19:24:10 +02:00
d13ea29071
New whatismydns feature (#29) 2024-04-12 19:26:48 +02:00
f8e27bef56
Add endopoint to check is a given port is open on the client (#22) 2023-12-31 12:52:08 +01:00
ca1d002974
Use gin-gonic/contrib/secure instead of deprecated module 2022-05-07 12:51:13 +02:00
1ee7256506
Remove headers set by a trusted proxy from outputs 2022-05-02 18:07:40 +02:00
7c70abf07f
Add feature to get the right client port when using a trusted proxy 2022-05-02 17:56:57 +02:00
9070e9a2c2
Use Accept request header instead of user agent to figure out non-browser clients. Funny fact, I borrowed the idea from a fork ('8a3e142cf3/router/generic.go (L33)') 2022-04-30 17:35:12 +02:00
2d330a99b7
Add CI and go-report badges. Add comments to make golint happy 2021-11-30 17:49:02 +01:00
9b10052cd1
refactor on some tests 2021-11-30 16:32:52 +01:00
2571e22843
Fix format errors and add gofmt and golines to Makefile 2021-11-21 18:23:36 +01:00
2807e2afc9
Improve client port handling and fix IPv6 client port testing 2021-11-21 12:49:13 +01:00
pando85
1aa59f1b0b
Fix long lines (#2)
Using [golines](https://github.com/segmentio/golines):
`golines -w .`
2021-11-18 19:26:53 +01:00
2fcfa91545
first commit 2021-11-10 20:06:12 +01:00