another attempt
This commit is contained in:
parent
117ff56d1e
commit
a984733b9b
3 changed files with 25 additions and 4 deletions
|
|
@ -240,7 +240,11 @@ export class ProxyService {
|
|||
for (const proxy of proxies) {
|
||||
const key = this.getProxyKey(proxy);
|
||||
const data: ProxyData = {
|
||||
...proxy,
|
||||
protocol: proxy.protocol,
|
||||
host: proxy.host,
|
||||
port: proxy.port,
|
||||
username: proxy.username,
|
||||
password: proxy.password,
|
||||
addedAt: new Date(),
|
||||
lastChecked: null,
|
||||
isWorking: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue