update README; hide error log
This commit is contained in:
@@ -1,2 +1,11 @@
|
|||||||
# proxylist
|
# 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
|
||||||
@@ -76,7 +76,7 @@ const setTimeToFetch = async (proxyList) => {
|
|||||||
timeToFetch: responseObject.responseTime
|
timeToFetch: responseObject.responseTime
|
||||||
}
|
}
|
||||||
}catch (e) {
|
}catch (e) {
|
||||||
console.log('[ERROR](setTimeToFetch)', type, address);
|
// console.log('[ERROR](setTimeToFetch)', type, address);
|
||||||
return {
|
return {
|
||||||
address,
|
address,
|
||||||
type,
|
type,
|
||||||
|
|||||||
Reference in New Issue
Block a user