Skip to content

Commit 67f4fd4

Browse files
committed
Cleanup duktape references in readme.
1 parent 833b033 commit 67f4fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Cross-platform proxy resolution with support for Linux, macOS, & Windows.
1313
* Get the proxies for a URL asynchronously using `WinHTTP`, `ProxyConfiguration`, and `CFNetwork`.
1414
* Or with a fallback proxy resolver featuring:
1515
* Support for `WPAD` using `DHCP` and `DNS`.
16-
* Support for PAC file execution using system scripting libraries.
16+
* Support for PAC script execution using system scripting libraries or `Duktape`.
1717
* Support for downloading PAC scripts using HTTPS with [curl](https://github.com/curl/curl).
1818
* Handles multiple simultaneous resolution requests by utilizing a thread pool.
1919
* Example command line utility.
@@ -48,7 +48,7 @@ ctest --verbose -C Debug
4848
|Name|Description|Default|
4949
|:-|:-|:-:|
5050
|PROXYRES_CURL|Enables downloading PAC scripts using [curl](https://github.com/curl/curl). Without this option set, PAC scripts will only be downloaded using HTTP 1.0.|OFF|
51-
|PROXYRES_DUKTAPE|Build with Duktape JavaScript engine for WPAD evaluation.|OFF|
51+
|PROXYRES_DUKTAPE|Build with Duktape JavaScript engine for PAC script execution.|OFF|
5252
|PROXYRES_EXECUTE|Enables support for PAC script execution. Required on Linux due to the lack of a system level proxy resolver.|ON|
5353
|PROXYRES_BUILD_CLI|Build command line utility.|ON|
5454
|PROXYRES_BUILD_TESTS|Build Googletest unit tests project.|ON|

0 commit comments

Comments
 (0)