mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-23 06:24:46 +00:00
12 lines
342 B
Markdown
Vendored
12 lines
342 B
Markdown
Vendored
Test file: "private" URLs (should all be excluded when using `-E` flag).
|
|
|
|
- Loopback: http://127.0.0.1
|
|
- Link-local 1: http://169.254.0.1
|
|
- Link-local 2: https://169.254.10.1:8080
|
|
- Private class A: http://10.0.1.1
|
|
- Private class B: http://172.16.42.42
|
|
- Private class C: http://192.168.10.1
|
|
|
|
IPv6:
|
|
|
|
- Loopback: [IPV6 Address](http://[::1])
|