mirror of
https://git.envs.net/envs/ifconfig
synced 2024-11-22 09:51:57 +01:00
17 lines
590 B
Smarty
17 lines
590 B
Smarty
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<info>
|
||
|
<charset>{{.Charset}}</charset>
|
||
|
<connection>{{.Connection}}</connection>
|
||
|
<encoding>{{.Encoding}}</encoding>
|
||
|
<forwarded>{{.Forwarded}}</forwarded>
|
||
|
<ip_addr>{{.IP}}</ip_addr>
|
||
|
<keep_alive>{{.Keepalive}}</keep_alive>
|
||
|
<lang>{{.Lang}}</lang>
|
||
|
<mime>{{.Mime}}</mime>
|
||
|
<port>{{.Port}}</port>
|
||
|
<remote_host>{{.Host}}</remote_host>
|
||
|
<user_agent>{{.UserAgent}}</user_agent>
|
||
|
<via>{{.Via}}</via>
|
||
|
</info>
|
||
|
|