logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 6499893da2c28e07410018581faa6e8ea48e8321
parent bbe6d3ee2272c50b078ba0ed40e787649c099dc2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 18 Feb 2024 23:17:04 +0100

notes/free_mobile: bordel de MMS qui fonctionnent enfin…

Diffstat:

Anotes/free_mobile.xhtml22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/notes/free_mobile.xhtml b/notes/free_mobile.xhtml @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> +<!--#include file="/templates/head.shtml" --> + <title>Free Mobile — lanodan’s cyber-home</title> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> + <main> + Testé sur un Samsung B2100, fonctionne pour les MMS, pas pour le WAP (que Free Mobile ne supporte sans doute pas, technologie obsolète) + <dl> + <dt>URL</dt><dd><code>http://mms.free.fr</code></dd> + <dt>Support données</dt><dd>GPRS repli GSM</dd> + <dt>Proxy</dt><dd>ON</dd> + <dt>Adresse</dt><dd><code>212.27.40.225</code> (correspond à <code>mms.free.fr</code>)</dd> + <dt>Port</dt><dd>80</dd> + <dt>DNS 1</dt><dd>212.27.40.241</dd> + </dl> + </main> +<!--#include file="/templates/en/footer.shtml" --> + </body> +</html>