Convert all asciinema into live players - ensure there is a GIF for older casts, remove the dangling CSS/JS

This commit is contained in:
2024-08-05 17:13:39 +02:00
parent e409c7112f
commit 221697a65b
15 changed files with 2247 additions and 3800 deletions

View File

@ -3,6 +3,8 @@ date: "2024-05-25T12:23:54Z"
title: 'Case Study: NAT64'
aliases:
- /s/articles/2024/05/25/nat64-1.html
params:
asciinema: true
---
# Introduction
@ -398,9 +400,9 @@ down Bird2 alltogether will immediately drain the machine of all traffic, while
immediately rerouted.
If you're curious, here's a few minutes of me playing with failover, while watching YouTube videos
concurrently.
concurrently [[asciinema](/assets/nat64/nat64.cast), [gif](/assets/nat64/nat64.gif)]:
{{< image src="/assets/nat64/nat64.gif" alt="Asciinema" >}}
{{< asciinema src="/assets/nat64/nat64.cast" >}}
### What's Next