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