2020-01-19 17:30:10 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Public IP Address</title>
|
|
|
|
{{ template "head.html" .}}
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-01-20 13:57:11 +01:00
|
|
|
<h1>IP : {{ .IP }}</h1>
|
|
|
|
<h2>Reverse DNS : {{ .Hostname }}</h2>
|
2020-01-19 17:30:10 +01:00
|
|
|
</body>
|
2020-01-20 13:57:11 +01:00
|
|
|
</html>
|