This commit is contained in:
thek4n 2025-10-23 18:05:30 +03:00
parent 964f4f5480
commit 3165c8d469
2 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@
pushInsteadOf = "git@gitlab.com:" pushInsteadOf = "git@gitlab.com:"
pushInsteadOf = "gl:" pushInsteadOf = "gl:"
[url "https://github.com/"] ; [url "https://github.com/"]
insteadOf = "git@github.com:" ; insteadOf = "git@github.com:"
[url "https://gitlab.com/"] [url "https://gitlab.com/"]
insteadOf = "git@gitlab.com:" insteadOf = "git@gitlab.com:"

View File

@ -20,6 +20,6 @@ fi
{ {
execute_and_format_result curl ipinfo.io/ip execute_and_format_result curl ipinfo.io/ip
execute_and_format_result curl ip.thek4n.ru/ execute_and_format_result curl https://ip.thek4n.ru/
execute_and_format_result dig +short myip.opendns.com @resolver1.opendns.com execute_and_format_result dig +short myip.opendns.com @resolver1.opendns.com
} | column -t -s "${TAB}" } | column -t -s "${TAB}"