From f358a3e3174ed8f0e5d3c4cebf7f6f24d6fd2010 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 7 Sep 2023 16:24:49 +0200 Subject: gmfip for IPv6 --- functions/gmfip.fish | 1 - functions/gmfip6.fish | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 functions/gmfip6.fish (limited to 'functions') diff --git a/functions/gmfip.fish b/functions/gmfip.fish index 4d4cc81..adddba9 100644 --- a/functions/gmfip.fish +++ b/functions/gmfip.fish @@ -1,2 +1 @@ alias gmfip='curl "https://ipv4.wtfismyip.com/text"' -alias gmfip6='curl "https://wtfismyip.com/text"' diff --git a/functions/gmfip6.fish b/functions/gmfip6.fish new file mode 100644 index 0000000..af3ee74 --- /dev/null +++ b/functions/gmfip6.fish @@ -0,0 +1 @@ +alias gmfip6='curl "https://wtfismyip.com/text"' -- cgit v1.2.3