[#282] added the "real" user ip to the logs

This commit is contained in:
Gani Georgiev
2022-08-18 15:27:45 +03:00
parent 9bf66be870
commit cfaff31d97
19 changed files with 241 additions and 146 deletions

View File

@@ -63,8 +63,12 @@
</td>
</tr>
<tr>
<td class="min-width txt-hint txt-bold">IP</td>
<td>{item.ip}</td>
<td class="min-width txt-hint txt-bold">Remote IP</td>
<td>{item.remoteIp}</td>
</tr>
<tr>
<td class="min-width txt-hint txt-bold">User IP</td>
<td>{item.userIp}</td>
</tr>
<tr>
<td class="min-width txt-hint txt-bold">UserAgent</td>