mastahyeti wrote: > I am wondering if there is some way in wine to disable all ipv6 networking. Yes, see your distro's documentation. Typically it's something like: Code: sudo echo 'install ipv6 /bin/true' > /etc/modprobe.d/ipv6.conf
mastahyeti wrote: > I am wondering if there is some way in wine to disable all ipv6 networking. Yes, see your distro's documentation. Typically it's something like: Code: sudo echo 'install ipv6 /bin/true' > /etc/modprobe.d/ipv6.conf