embed youtube videos
This commit is contained in:
parent
8cec36024d
commit
f6d4e53005
3 changed files with 14 additions and 3 deletions
|
@ -11,10 +11,15 @@ _hidden: no
|
||||||
_discoverable: yes
|
_discoverable: yes
|
||||||
---
|
---
|
||||||
abstract:
|
abstract:
|
||||||
How to configure proxied IPv6 only hosts reliably.
|
ungleich tech talk number 1
|
||||||
---
|
---
|
||||||
body:
|
body:
|
||||||
|
|
||||||
|
<iframe width="560" height="315"
|
||||||
|
src="https://www.youtube.com/embed/cANwo0IdZYU" frameborder="0"
|
||||||
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media;
|
||||||
|
gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
At ungleich we have a lot of IPv6-only web servers. Many of them are
|
At ungleich we have a lot of IPv6-only web servers. Many of them are
|
||||||
are proxied from the IPv4 world, so the domain name points to two
|
are proxied from the IPv4 world, so the domain name points to two
|
||||||
different machines:
|
different machines:
|
||||||
|
|
|
@ -11,7 +11,7 @@ _hidden: no
|
||||||
_discoverable: yes
|
_discoverable: yes
|
||||||
---
|
---
|
||||||
abstract:
|
abstract:
|
||||||
A little bit of NAT64 and a little bit of magic
|
ungleich tech talk number 2
|
||||||
---
|
---
|
||||||
body:
|
body:
|
||||||
|
|
||||||
|
@ -20,6 +20,12 @@ talk](https://www.youtube.com/watch?v=Gfe35IFdx-Q) you can find out
|
||||||
how to access IPv4 only devices from the IPv6 Internet using a simple
|
how to access IPv4 only devices from the IPv6 Internet using a simple
|
||||||
NAT64 translator.
|
NAT64 translator.
|
||||||
|
|
||||||
|
<iframe width="560" height="315"
|
||||||
|
src="https://www.youtube.com/embed/Gfe35IFdx-Q" frameborder="0"
|
||||||
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media;
|
||||||
|
gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
|
||||||
This is especially helpful if you are by default in IPv6 only
|
This is especially helpful if you are by default in IPv6 only
|
||||||
networks, but you still have legacy-only networks or legacy-only
|
networks, but you still have legacy-only networks or legacy-only
|
||||||
devices that you need to access.
|
devices that you need to access.
|
||||||
|
|
|
@ -11,7 +11,7 @@ _hidden: no
|
||||||
_discoverable: yes
|
_discoverable: yes
|
||||||
---
|
---
|
||||||
abstract:
|
abstract:
|
||||||
How NAT64 - a gentle introduction
|
ungleich tech talk number 3
|
||||||
---
|
---
|
||||||
body:
|
body:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue