Merge branch 'bugfix/git-https' into experimental
[tails-test.git] / config / chroot_local-patches / i2p-prefer_IPv6_on_lo.patch
blob24dbb37ce39ca23f780443b0394594fd791d42c0
1 --- chroot.orig/etc/i2p/wrapper.config 2012-05-13 11:43:39.628000401 +0000
2 +++ chroot/etc/i2p/wrapper.config 2012-05-13 11:46:44.076003573 +0000
3 @@ -70,8 +70,8 @@
4 # Two things that may help if you experience this issue
5 # 1) "echo 0 > /proc/sys/net/ipv6/bindv6only" as root; or
6 # 2) uncomment the next two lines:
7 -#wrapper.java.additional.5=-Djava.net.preferIPv4Stack=true
8 -#wrapper.java.additional.6=-Djava.net.preferIPv6Addresses=false
9 +wrapper.java.additional.5=-Djava.net.preferIPv4Stack=true
10 +wrapper.java.additional.6=-Djava.net.preferIPv6Addresses=false
12 # Jetty says this is a security risk
13 # Uncommenting this won't help as the router forces it to true