aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-01 23:07:56 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-01 23:07:56 +0200
commite7fd7880c0c51281370c3d4ca5dd7407b01aca8f (patch)
treeb2a87f539dcb956c7ae1305128c4dfa75ea0b4f5 /examples
parent7bb2ea9c03f89152d2984c94d0270e96fa8c731f (diff)
parent8d6218fe24c09857998d759961c9ddc7d64c0488 (diff)
somewhat cleaned up version of sm217s network stuff
Diffstat (limited to 'examples')
-rw-r--r--examples/configs/sampleconfig6
-rw-r--r--examples/configs/sampleconfig-dev7
2 files changed, 13 insertions, 0 deletions
diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig
index 17586a4..7b88682 100644
--- a/examples/configs/sampleconfig
+++ b/examples/configs/sampleconfig
@@ -46,3 +46,9 @@ U = spawn /usr/share/uzbl/examples/scripts/load_url_from_bookmarks.sh
[network]
+proxy_server =
+#values 0-3
+http_debug = 1
+user-agent = uzbl
+max_conns =
+max_conns_per_host =
diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev
index b8a32b6..a1ba48d 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -45,3 +45,10 @@ u = spawn ./examples/scripts/load_url_from_history.sh
U = spawn ./examples/scripts/load_url_from_bookmarks.sh
[network]
+# to start a local socks server, do : ssh -fND localhost:8118 localhost
+#proxy_server = http://127.0.0.1:8118
+#values 0-3
+http_debug = 0
+user-agent = uzbl
+max_conns =
+max_conns_per_host =