summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-09-07 16:24:49 +0200
committerache <ache@ache.one>2023-09-07 16:24:49 +0200
commitf358a3e3174ed8f0e5d3c4cebf7f6f24d6fd2010 (patch)
treef3df9f72fabb8dedc41bf6f437df9adf90b5fc78 /functions
parentAdd git pull force (diff)
gmfip for IPv6
Diffstat (limited to 'functions')
-rw-r--r--functions/gmfip.fish1
-rw-r--r--functions/gmfip6.fish1
2 files changed, 1 insertions, 1 deletions
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"'