summaryrefslogtreecommitdiffstats
path: root/src/test/resources/data/pac/testLocalIP.pac
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/data/pac/testLocalIP.pac')
-rw-r--r--src/test/resources/data/pac/testLocalIP.pac4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/resources/data/pac/testLocalIP.pac b/src/test/resources/data/pac/testLocalIP.pac
new file mode 100644
index 0000000..ace486c
--- /dev/null
+++ b/src/test/resources/data/pac/testLocalIP.pac
@@ -0,0 +1,4 @@
+
+function FindProxyForURL(url, host) {
+ return "PROXY "+ myIpAddress()+":8080";
+} \ No newline at end of file