diff --git a/.github/action-test/entrypoint.sh b/.github/action-test/entrypoint.sh index e57bbb1..13a6f25 100755 --- a/.github/action-test/entrypoint.sh +++ b/.github/action-test/entrypoint.sh @@ -112,6 +112,7 @@ test_curl 200 bot.whatismyipaddress.com test_curl 200 curlmyip.net echo -e "### new line" +test_curl 200 ipaddy.net test_curl 200 eth0.me test_curl 200 ipaddr.site test_curl 200 ifconfig.co diff --git a/README.md b/README.md index 49e805a..0fa31c3 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya ### New line +* `curl ipaddy.net` * `curl eth0.me` * `curl ipaddr.site` * `curl ifconfig.co` @@ -111,7 +112,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya ## Browser -* `ssh brow.sh` +* :no_entry_sign: `ssh brow.sh` ## Tools @@ -143,7 +144,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya ## Information boards -* `curl http://frcl.de/gulasch` — Gulaschprogrammiernacht 2019 Fahrplan +* :no_entry_sign: `curl http://frcl.de/gulasch` — Gulaschprogrammiernacht 2019 Fahrplan * `gopher://gopherpedia.com:70` - wikipedia ## Map @@ -153,8 +154,8 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya ## Money * `curl rate.sx` — get cryptocurrencies exchange rates -* `curl moneroj.org` — get Monero exchange rate -* `curl cmc.rjldev.com` — get coinmarketcap top 100 cryptocurrencies +* :no_entry_sign: `curl moneroj.org` — get Monero exchange rate +* :no_entry_sign: `curl cmc.rjldev.com` — get coinmarketcap top 100 cryptocurrencies * `nc ticker.bitcointicker.co 10080` — get BTC/USD exchange rate (also works with telnet) * `curl stonks.icu/amd/msft` get stock visualizer and tracker @@ -174,7 +175,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya * curl `"https://www.random.org/integers/?num=1&min=1&max=100&col=1&base=10&format=plain&rnd=new"` - generate random number * `curl -H 'Accept: text/plain' foaas.com/cool/:from` — fuck off as a service * `curl pseudorandom.name` — generate a pseudo random (American?) name ([treyhunner/pseudorandom.name](https://github.com/treyhunner/pseudorandom.name)) -* `curl -s https://uinames.com/api/?region=france\&amount=25 | jq '.[] | .name +" " + .surname'` — generate 25 random french names +* :no_entry_sign: `curl -s https://uinames.com/api/?region=france\&amount=25 | jq '.[] | .name +" " + .surname'` — generate 25 random french names * `curl https://icanhazdadjoke.com` — random jokes * `curl givemeguid.com` - guid * `nc towel.blinkenlights.nl 666` - IT excuses (also works with telnet) @@ -228,7 +229,6 @@ Telnet/SSH-based games: Useful scripts, that can be run with just one line of code, but where, still local execution is necessary. * `curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -` -* `curl -s -L http://bit.ly/10hA8iC | bash` ## Clients diff --git a/structured.yaml b/structured.yaml index bd0c2cf..d9a464a 100644 --- a/structured.yaml +++ b/structured.yaml @@ -25,6 +25,8 @@ by_category: tags: [curl, plain] bot.whatismyipaddress.com: tags: [curl, plain] + ipaddy.net: + tags: [curl, plain, newline] eth0.me: tags: [curl, plain, newline] ipaddr.site: