How to resolve connection via route in proxy server?
 
            
            
            
            
                30 Jul
                
                    2017
                
            
            
                30 Jul
                
                '17
                
            
            
            
        
    
                8:49 a.m.
            
        Hi, I can use boost to query and to resolve TCP connection from a remote server which has a public IP address: boost::asio::ip::tcp::resolver::query query(host, port); resolver.async_resolve(query, boost::bind(&ConnectionClient::handleResolve, this, boost::asio::placeholders::error, boost::asio::placeholders::iterator)); But how can I connect to the remote server which does not have a public IP address, I have to connect it via route from a proxy server public IP address? Thank you. Kind regards.
        3015
        
      
          Age (days ago)
        
      
        3015
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                 jupiter jupiter