#! /bin/bash
#gconftool-2 --set "/system/http_proxy/authentication_password" --type=string ""
#gconftool-2 --set "/system/http_proxy/authentication_user" --type=string ""
gconftool-2 --set "/system/http_proxy/ignore_hosts" --type=list --list-type=string '[localhost,127.0.0.0/8,*.local]'
gconftool-2 --set "/system/http_proxy/use_http_proxy" --type=bool "true"
gconftool-2 --set "/system/http_proxy/use_same_proxy" --type=bool "true"
gconftool-2 --set "/system/http_proxy/host" --type=string "10.10.10.10"
gconftool-2 --set "/system/http_proxy/port" --type=int "8080"
gconftool-2 --set "/system/proxy/mode" --type=string "manual"
gconftool-2 --set "/system/proxy/ftp_host" --type=string "10.10.10.10"
gconftool-2 --set "/system/proxy/ftp_port" --type=int "8080"
gconftool-2 --set "/system/proxy/secure_host" --type=string "10.10.10.10"
gconftool-2 --set "/system/proxy/secure_port" --type=int "8080"
gconftool-2 --set "/system/proxy/socks_host" --type=string "10.10.10.10"
gconftool-2 --set "/system/proxy/socks_port" --type=int "8080"