Fix the socks5 connection after updating the socks lib
This commit is contained in:
		
							parent
							
								
									b808c384fd
								
							
						
					
					
						commit
						ff4260a4c5
					
				@ -43,7 +43,7 @@ class FiatConversion {
 | 
				
			|||||||
          agentOptions: {
 | 
					          agentOptions: {
 | 
				
			||||||
            keepAlive: true,
 | 
					            keepAlive: true,
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          host: config.SOCKS5PROXY.HOST,
 | 
					          hostname: config.SOCKS5PROXY.HOST,
 | 
				
			||||||
          port: config.SOCKS5PROXY.PORT
 | 
					          port: config.SOCKS5PROXY.PORT
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -29,7 +29,7 @@ class SyncAssets {
 | 
				
			|||||||
            agentOptions: {
 | 
					            agentOptions: {
 | 
				
			||||||
              keepAlive: true,
 | 
					              keepAlive: true,
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            host: config.SOCKS5PROXY.HOST,
 | 
					            hostname: config.SOCKS5PROXY.HOST,
 | 
				
			||||||
            port: config.SOCKS5PROXY.PORT
 | 
					            port: config.SOCKS5PROXY.PORT
 | 
				
			||||||
          };
 | 
					          };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user