Skip to content

Commit 3e1af98

Browse files
committed
1.0.4 Release (UnProxy and Proxy)
1 parent 507de64 commit 3e1af98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxy-manager-api",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Proxy-Manger-API is an API wrapper for https://nginxproxymanager.com/",
55
"main": "src/index.js",
66
"scripts": {

src/Utils/Proxy/Proxy.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Proxy {
3737
}
3838

3939
/**
40-
* Gets A Proxy from the Proxy Server
40+
* Gets a Proxy from the Proxy Server
4141
* @param {String} Domain - The domain to get the proxy for
4242
* @returns {Promise<String>}
4343
* @example
@@ -131,7 +131,7 @@ class Proxy {
131131
}
132132

133133
/**
134-
* Proxies A Domain/Domains
134+
* Proxies a Domain/Domains
135135
* @param {Object} options - The options
136136
* @param {String|Array} options.domain - The domain(s) to proxy
137137
* @param {String} options.ip - The IP to proxy to
@@ -204,7 +204,7 @@ class Proxy {
204204
}
205205

206206
/**
207-
* UnProxies The Domain
207+
* UnProxies a Domain
208208
* @param {String} domain - The domain to UnProxy
209209
* @returns {Promise<String>}
210210
*/

0 commit comments

Comments
 (0)