[MPlayer-users] svn update by proxy

Igor goga777 at bk.ru
Mon Sep 24 06:35:44 CEST 2007


> As you can see, MPlayer's SVN is only available via the svn:// protocol,
> not http://, hence any http proxy setting is irrelevant.


I deceided this problem with transparent proxy and iptables. Now is ok.

$IPTABLES -t nat -A OUTPUT -p tcp -d 127.0.0.1 -j ACCEPT
$IPTABLES -t nat -A OUTPUT -p tcp -j REDIRECT --to-ports 10000

Igor




More information about the MPlayer-users mailing list