Browse Source

Poole py2 fix, added Speedport IPv6 comment

Thomas Buck 7 years ago
parent
commit
2d75fa8866
No account linked to committer's email address
2 changed files with 9 additions and 1 deletions
  1. 8
    0
      input/blog/2015/2015_07_15_speedport_status_widget.md
  2. 1
    1
      poole.py

+ 8
- 0
input/blog/2015/2015_07_15_speedport_status_widget.md View File

@@ -67,3 +67,11 @@ Die Ausgabe sieht dann so aus:
67 67
     </a>
68 68
 </div>
69 69
 
70
+**Aktualisierung vom April 2017:**
71
+
72
+Die Telekom hat es mittlerweile tatsächlich geschafft auch unseren Anschluss mit IPv6 zu versorgen. Daher muss noch das folgende Kommando an die lange phantomjs Kommandozeile angehängt werden:
73
+
74
+     | sed -E 's/Zugewies. Präfix IPv6:/\'$'\nIPv6: /g'
75
+
76
+Damit wird der IPv6 Präfix direkt unter der IPv4 Adresse angezeigt.
77
+

+ 1
- 1
poole.py View File

@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python
1
+#!/usr/bin/env python2
2 2
 
3 3
 # =============================================================================
4 4
 #

Loading…
Cancel
Save