mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	fix dns port string to int
This commit is contained in:
		| @@ -59,12 +59,6 @@ class ServerService | ||||
|                 array_push($dns->servers, '1.1.1.1'); | ||||
|                 array_push($dns->servers, 'localhost'); | ||||
|             } | ||||
|             $dns->servers = array_map(function ($v) { | ||||
|                if (is_object($v)) { | ||||
|                    $v->port = (int)$v->port; | ||||
|                } | ||||
|                return $v; | ||||
|             }, $dns->servers); | ||||
|             $json->dns = $dns; | ||||
|             $json->outbound->settings->domainStrategy = 'UseIP'; | ||||
|         } | ||||
|   | ||||
							
								
								
									
										2
									
								
								public/assets/admin/umi.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								public/assets/admin/umi.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user