aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtul Anand <atulhjp@gmail.com>2016-06-16 16:45:55 +0530
committerPatrik Flykt <patrik.flykt@linux.intel.com>2016-06-16 15:34:56 +0300
commit741959fcce8193ff441c5df0c21089b51b4c8c77 (patch)
treeb7b65d5f63bba55ea7f9328347051ceb4bd5def8
parent5d1e486765028e67fcb521629e6524490661ab93 (diff)
downloadpacrunner-741959fcce8193ff441c5df0c21089b51b4c8c77.tar.gz
doc: Updated to point out the usage of Domains.
manager-api.txt has been edited to highlight the proper usage of Domains key which explains that IP ranges can also be added to it in CIDR form.
-rw-r--r--doc/manager-api.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index ab2f6b9..9e6209d 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -62,7 +62,10 @@ Methods object CreateProxyConfiguration(dict settings)
array{string} Domains [optional]
- Domain names for which the URL is valid.
+ Domain names and IP range for which this proxy
+ configuration shall be valid. IP range should
+ be in CIDR format. eg:"192.168.1.0/12" for IPv4
+ and similarly for IPv6.
array{string} Nameservers [optional]