Skip to content

Commit

Permalink
Merge pull request #201 from Juerd/main
Browse files Browse the repository at this point in the history
Remove tnx.nl/ip
  • Loading branch information
kitsuyui authored Dec 20, 2022
2 parents 179d3e5 + 02e0cb5 commit 5c64a6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion targets/targets.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func IPRetrievables() []base.ScoredIPRetrievable {
scored{IPRetrievable: http{URL: "https://checkip.amazonaws.com/"}, Weight: 1.0, IPv4: true, IPv6: false},
scored{IPRetrievable: http{URL: "https://wgetip.com/"}, Weight: 1.0, IPv4: true, IPv6: true},
scored{IPRetrievable: http{URL: "https://ip.tyk.nu/"}, Weight: 1.0, IPv4: true, IPv6: false},
scored{IPRetrievable: http{URL: "https://tnx.nl/ip"}, Weight: 1.0, IPv4: true, IPv6: false},
scored{IPRetrievable: http{URL: "https://l2.io/ip"}, Weight: 1.0, IPv4: true, IPv6: false},
scored{IPRetrievable: http{URL: "https://api.ipify.org/"}, Weight: 1.0, IPv4: true, IPv6: false},
scored{IPRetrievable: http{URL: "https://myexternalip.com/raw"}, Weight: 1.0, IPv4: true, IPv6: false},
Expand Down

0 comments on commit 5c64a6f

Please sign in to comment.