summaryrefslogtreecommitdiff
path: root/tests/data/px-manager-sample.pac
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/px-manager-sample.pac')
-rw-r--r--tests/data/px-manager-sample.pac6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/px-manager-sample.pac b/tests/data/px-manager-sample.pac
new file mode 100644
index 0000000..b86c555
--- /dev/null
+++ b/tests/data/px-manager-sample.pac
@@ -0,0 +1,6 @@
+function FindProxyForURL(url, host)
+{
+ var myIP = myIpAddress();
+
+ return "PROXY 127.0.0.1:1983"
+}