diff --git a/views/index.tpl b/views/index.tpl
index d0f3245..b9722bb 100644
--- a/views/index.tpl
+++ b/views/index.tpl
@@ -121,7 +121,7 @@
$ curl ip.envs.net/all.xml | ⇒ | <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>
|
- $ curl https://ip.envs.net/all.json | ⇒ | {"connection":"{{.Connection}}","ip_addr":"{{.IP}}","lang":"{{.Lang}}","remote_host":"{{.Host}}","user_agent":"{{.UserAgent}}","charset":"{{.Charset}}","port":"{{.Port}}","via":"{{.Via}}","forwarded":"{{.Forwarded}}","mime":"{{.Mime}}","keep_alive":"{{.Keepalive}}","encoding":"{{.Encoding}}"} |
+ $ curl ip.envs.net/all.json | ⇒ | {"connection":"{{.Connection}}","ip_addr":"{{.IP}}","lang":"{{.Lang}}","remote_host":"{{.Host}}","user_agent":"{{.UserAgent}}","charset":"{{.Charset}}","port":"{{.Port}}","via":"{{.Via}}","forwarded":"{{.Forwarded}}","mime":"{{.Mime}}","keep_alive":"{{.Keepalive}}","encoding":"{{.Encoding}}"} |