[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] mirage-www over ipv6
On 19 Dec 2014, at 17:15, Nicolas Ojeda Bar <no263@xxxxxxxxxxxxxxx> wrote: > > Hi list, > > Just a quick note to let you know that we have mirage-www working over > ipv6 at http://[2001:41c8:21:a::10]. I don't actually have ipv6 right > now, so it would be great if someone who does could confirm that it is > working (or not). > > Some of the needed functionality is not yet exposed by the `mirage` > tool, so if you want to build this you will need patched versions of > `mirage-tcpip`, `ocaml-conduit`, and `mirage-www` which you can obtain > and build as follows: > > ``` > opam pin add tcpip https://github.com/nojb/mirage-tcpip#mirage-www-ipv6 > opam pin add conduit https://github.com/nojb/ocaml-conduit#mirage-www-ipv6 > git clone -b mirage-www-ipv6 https://github.com/nojb/mirage-www > cd mirage-www > make configure > make build > ``` Awesome, it works for me! [avsm@bark ~]$ curl 'http://[2001:41c8:21:a::10]' | head -5 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 8445 100 8445 0 0 56155 0 --:--:-- --:--:-- --:--:-- 56677 <!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" xmlns="http://www.w3.org/1999/xhtml"><![endif]--> <!--[if gt IE 8]><!--><html class="no-js" lang="en" xmlns="http://www.w3.org/1999/xhtml"><!--<![endif]--> I'll get this onto a live deployment of the site shortly :-) -anil _______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |