0xPrateek / 0xPrateek/DASH

Showing IP address of client when page is opened and when file received

Abierto
#6 11 comentarios 0 reacciones 1 asignado Reclamado por @Pirate2606 Ver en GitHub
enhancement
Lenguaje dominante
Python
Estrellas
33
Forks
15
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Objective -
Showing the IP address of the Client who opened the page and showing IP of the client who uploaded the file after upload received.

Prototype message want:-
- when opened.
Someone at xxx.xx.xxx.xxx has opened your page.
- when received.
File received from xxx.xx.xxx.xxx .

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

The issue is about adding IP address logging to a Flask-based file-sharing CLI. Look at the Flask app's request handling, likely in the main server file, to capture the client's IP when a page is accessed and when a file is uploaded. The IP can be obtained from request.remote_addr. Add log messages or display them in the console as specified. Check existing routes for file upload and page serving to see where to insert the logging.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
flask, python
Área
backend, cli
Tipo de issue
Nueva funcionalidad
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
55/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.