Skip to content

Commit

Permalink
0.2.3; 2025-01-07
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclone-github authored Jan 8, 2025
1 parent f800d80 commit 2b025b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### version 0.2.3; 2025-01-07
```
add sanity check for punycode domains, https://github.com/cyclone-github/ipscope/issues/1
add -json output flag, https://github.com/cyclone-github/ipscope/issues/2
fixed stdout to stderr, https://github.com/cyclone-github/ipscope/issues/3
```
### version 0.2.2; 2025-01-04
```
Added geo printout
Expand Down
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Version History:
Added geo printout
Updated Reverse Proxy / WAF list
0.2.3; 2025-01-07
Addressed https://github.com/cyclone-github/ipscope/issues/1
Addressed https://github.com/cyclone-github/ipscope/issues/2
Addressed https://github.com/cyclone-github/ipscope/issues/3
add sanity check for punycode domains, https://github.com/cyclone-github/ipscope/issues/1
add -json output flag, https://github.com/cyclone-github/ipscope/issues/2
fixed stdout to stderr, https://github.com/cyclone-github/ipscope/issues/3
*/

const cloudflareIPv4URL = "https://www.cloudflare.com/ips-v4/"
Expand Down

0 comments on commit 2b025b5

Please sign in to comment.