nexryai / media-proxy-go

Mozilla Public License 2.0
5 stars 0 forks source link

プロキシ先の検証を改善する #32

Closed nexryai closed 10 months ago

nexryai commented 10 months ago

5086145ffb36e839330c17dd8cf17ccd20a2baab でforを使ってる部分は https://pkg.go.dev/net#IP.IsGlobalUnicast あたりで置き換えたい

nexryai commented 10 months ago

ここら辺のアドレスは全部弾きたいので

!IsGlobalUnicast()
IsPrivate()
IsUnspecified()
IsLoopback()
IsMulticast()
IsLinkLocalUnicast()
IsInterfaceLocalMulticast() ←IsMulticastに含まれるから要らない?
nexryai commented 10 months ago

この辺 を参考にテストも追加したいしなんなら資格情報の有無のチェックがテストされてないのもなんとかする

nexryai commented 10 months ago

というかリクエストより前に解決して確認するのはあんまりよろしくない気がするのでなんとかしたい

nexryai commented 10 months ago

https://stackoverflow.com/questions/42305636/how-do-i-find-the-remote-ip-address-for-a-go-http-response