Skip to content

Feature Request: Add access log with src IP and requested destination #80

@whoamiloathe

Description

@whoamiloathe

Description

It would be very helpful to have an additional access.log (or an enhancement to the existing logging system) that records the source IP address and the requested destination/resource for each client request, which goes through the proxy.


Use Case

In environments where multiple users access the internet through a shared proxy, it is important to be able to trace:

  • Who made the request (source IP)
  • Where the request was directed (URL or IP of the destination)

This helps with:

  • Auditing and compliance
  • Network troubleshooting
  • Monitoring and detecting unwanted or suspicious activity

Suggested Log Format

<timestamp> <src_ip> <requested_url>

Example:

2025-08-08T10:42:00 192.168.10.42 http://example.com/index.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions