File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file.
1919 - Dial timeout: 10s → 5s
2020 - Retry backoff: 500ms → 200ms
2121- ` ValidateTimeout ` now uses ` config.MinTimeout ` constant
22- - Updated GitHub URL to ` lordixir /ipmap`
22+ - Updated GitHub URL to ` sercanarga /ipmap`
2323
2424### Fixed
2525- Domain resolution failure with uTLS HTTP/2 compatibility
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Thank you for your interest in contributing to ipmap! We welcome contributions f
55## How to Contribute
66
77### Reporting Bugs
8- - Check if the bug has already been reported in [ Issues] ( https://github.com/lordixir /ipmap/issues )
8+ - Check if the bug has already been reported in [ Issues] ( https://github.com/sercanarga /ipmap/issues )
99- Provide a clear description of the bug
1010- Include steps to reproduce the issue
1111- Attach relevant logs or error messages
@@ -30,7 +30,7 @@ Thank you for your interest in contributing to ipmap! We welcome contributions f
3030
3131``` bash
3232# Clone the repository
33- git clone https://github.com/lordixir /ipmap.git
33+ git clone https://github.com/sercanarga /ipmap.git
3434cd ipmap
3535
3636# Install dependencies
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ chmod +x ipmap
3434
3535** Build from Source:**
3636``` bash
37- git clone https://github.com/lordixir /ipmap.git
37+ git clone https://github.com/sercanarga /ipmap.git
3838cd ipmap
3939go mod tidy
4040go build -o ipmap .
@@ -111,7 +111,7 @@ Thanks go to these wonderful people
111111 </a>
112112 </td>
113113 <td align="center">
114- <a href="https://github.com/lordixir ">
114+ <a href="https://github.com/sercanarga ">
115115 <img src="https://avatars.githubusercontent.com/u/38049901?v=4" width="100px;" alt=""/>
116116 <br />
117117 <sub>
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ func main() {
6161
6262 if (* asn != "" && * ip != "" ) || (* asn == "" && * ip == "" ) {
6363 fmt .Println ("======================================================\n " +
64- " ipmap v2.0 (github.com/lordixir /ipmap)\n " +
64+ " ipmap v2.0 (github.com/sercanarga /ipmap)\n " +
6565 "======================================================\n " +
6666 "PARAMETERS:\n " +
6767 "-asn AS13335\n " +
You can’t perform that action at this time.
0 commit comments