|  | @@ -38,7 +38,7 @@ type OutboundDetourConfig interface {
 | 
	
		
			
				|  |  |  type PointConfig interface {
 | 
	
		
			
				|  |  |  	Port() v2net.Port
 | 
	
		
			
				|  |  |  	LogConfig() LogConfig
 | 
	
		
			
				|  |  | -	RouterConfig() router.RouterConfig
 | 
	
		
			
				|  |  | +	RouterConfig() router.Config
 | 
	
		
			
				|  |  |  	InboundConfig() ConnectionConfig
 | 
	
		
			
				|  |  |  	OutboundConfig() ConnectionConfig
 | 
	
		
			
				|  |  |  	InboundDetours() []InboundDetourConfig
 |