From 7b849f72bfe07691f9d0abbed59deed3d6035703 Mon Sep 17 00:00:00 2001
From: Thatcher Peskens
Date: Sun, 10 Jan 2021 12:10:44 +0100
Subject: [PATCH] Fixed a display issue for long ipv6 addresses and port input
on mobile
---
Makefile | 2 +-
html/index.html | 23 ++++++++++++-----------
html/script.html | 1 -
html/styles.html | 11 ++++++-----
4 files changed, 19 insertions(+), 18 deletions(-)
diff --git a/Makefile b/Makefile
index d51a752..d737343 100644
--- a/Makefile
+++ b/Makefile
@@ -71,4 +71,4 @@ endif
@sha256sum $(GOPATH)/bin/$(XBIN)
run:
- go run cmd/echoip/main.go -a data/asn.mmdb -c data/city.mmdb -f data/country.mmdb -H x-forwarded-for -r -s
+ go run cmd/echoip/main.go -a data/asn.mmdb -c data/city.mmdb -f data/country.mmdb -H x-forwarded-for -r -s -p
diff --git a/html/index.html b/html/index.html
index dc814ee..00c3d6b 100644
--- a/html/index.html
+++ b/html/index.html
@@ -200,52 +200,52 @@