Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IP 지리적 위치 서비스 개선 #326

Closed
2 tasks done
limehee opened this issue May 3, 2024 · 0 comments · Fixed by #364
Closed
2 tasks done

IP 지리적 위치 서비스 개선 #326

limehee opened this issue May 3, 2024 · 0 comments · Fixed by #364
Assignees
Labels
🔨 Refactor 코드 수정 및 개선

Comments

@limehee
Copy link
Collaborator

limehee commented May 3, 2024

Describe

[1]
기존 일부 IP를 대상으로 정적으로 처리하던 사설 IP(Bogon IP) 판별 로직을 강화합니다.

[2]
IP 정보를 가져오는 서비스와 해외 IP를 차단하는 서비스가 강결합되어있다고 판단됩니다.
변경 용이성 및 단일 책임 원칙을 고려하여 각 서비스를 분리하여 필터로 구성합니다.

Tasks

  • Bogon IP 판별 로직 개선
  • 요청 IP에 대한 정보 수집/차단 필터 분리

ETC

@limehee limehee added the 🔨 Refactor 코드 수정 및 개선 label May 3, 2024
@limehee limehee self-assigned this May 3, 2024
@limehee limehee changed the title IPInfo 서비스 개선 IP 지리적 위치 서비스 개선 Jun 4, 2024
@limehee limehee linked a pull request Jun 4, 2024 that will close this issue
@limehee limehee closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 수정 및 개선
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant