diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-09 13:36:34 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-09 13:36:34 +0300 |
| commit | 351048311cb180e2691604d6c9ba980fcfcd2eeb (patch) | |
| tree | 93171e4256f0e4d7f807f606fdb7d608ffa62cd0 /testpage.gmi | |
| parent | a3dc0c92d373be7f50d06304ef08a578ea7550d1 (diff) | |
Update content for gemtext
Diffstat (limited to 'testpage.gmi')
| -rw-r--r-- | testpage.gmi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testpage.gmi b/testpage.gmi index a17b0561..c5bddd8c 100644 --- a/testpage.gmi +++ b/testpage.gmi @@ -40,6 +40,23 @@ else fi ``` +```bash +# Jo +❯ exec 5<>/dev/tcp/google.de/80 +❯ echo -e "GET / HTTP/1.1\nhost: google.de\n\n" >&5 +❯ cat <&5 | head +HTTP/1.1 301 Moved Permanently +Location: http://www.google.de/ +Content-Type: text/html; charset=UTF-8 +Date: Thu, 18 Nov 2021 08:27:18 GMT +Expires: Sat, 18 Dec 2021 08:27:18 GMT +Cache-Control: public, max-age=2592000 +Server: gws +Content-Length: 218 +X-XSS-Protection: 0 +X-Frame-Options: SAMEORIGIN +``` + Foo0 Bar0 |
