You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/settings/variables.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,8 @@ See also [Global Variables](#global-variables) and [User Variables](#user-variab
99
99
| -------- | --------- | ----------- |
100
100
|`%l`|`local_ip`| local IP address |
101
101
|`%r`|`remote_ip`| remote IP address |
102
+
| '%a' |`local_port`| local port |
103
+
| '%b' |`remote_port`| remote port |
102
104
||`userdb:<name>`| Return userdb extra field "name". `%{userdb:name:default}` returns "default" if "name" doesn't exist (not returned if name exists but is empty) |
0 commit comments