mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-09 13:05:29 +00:00
Allow IP addresses in URLs
Ref: https://github.com/mbrubeck/agate/pull/433 Co-authored-by: oooo-ps <l.trk@tuta.io>
This commit is contained in:
parent
1536c382ab
commit
2d6dac4a2f
3 changed files with 74 additions and 18 deletions
|
|
@ -9,10 +9,16 @@ Updates to dependencies are not considered notable changes for the purpose of th
|
|||
This may lead to no listed changes for a version.
|
||||
|
||||
## [Unreleased]
|
||||
Thank you to @oooo-ps for contributing to this release.
|
||||
|
||||
### Fixed
|
||||
* Use the default port when checking for the right port.
|
||||
|
||||
### Added
|
||||
* Accept requests with URLs containing IP addresses.
|
||||
Agate will check that the IP matches the local address for TCP sockets.
|
||||
Unix sockets will accept any IP address.
|
||||
|
||||
## [3.3.19] - 2025-09-18
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue