[go: up one dir, main page]

Menu

[r130]: / bin / ct-proxy  Maximize  Restore  History

Download this file

22 lines (19 with data), 539 Bytes

#!/bin/sh
## ct-proxy for ct-proxy in /home/ctaf/.ctafconf/bin
##
## Made by GESTES Cedric
## Login   <ctaf@epita.fr>
##
## Started on  Thu Sep 29 05:10:44 2005 GESTES Cedric
## Last update Tue Oct  4 15:03:59 2005 GESTES Cedric
##
##CTAFCONF
#set proxy addr for wgetrc

echo "Your server:"
echo "http_proxy = http://proxy.epita.fr:3129/"
echo "ftp_proxy = http://proxy.epita.fr:3129/"
echo "no_proxy= epita.fr,epitech.net"
echo "proxy_user = gestes_c"
echo "proxy_passwd = yoursockspassword"
echo "use_proxy = on"
echo "passive_ftp= on"