diff --git a/README.md b/README.md index 77f26d8..755d3c5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # proxylist +### Setup + +Copy `example.env` to the `.env` and set values as desired + +Run server with `yarn start` + +### Development + +Server can be started with `yarn run start-live` for live reload \ No newline at end of file diff --git a/proxyHelpers.js b/proxyHelpers.js index 1a47ea9..55688ab 100644 --- a/proxyHelpers.js +++ b/proxyHelpers.js @@ -76,7 +76,7 @@ const setTimeToFetch = async (proxyList) => { timeToFetch: responseObject.responseTime } }catch (e) { - console.log('[ERROR](setTimeToFetch)', type, address); + // console.log('[ERROR](setTimeToFetch)', type, address); return { address, type,