mirror of
				https://github.com/oneclickvirt/ecs.git
				synced 2025-10-31 19:03:00 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			121 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			121 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package upstreams
 | |
| 
 | |
| import "testing"
 | |
| 
 | |
| func TestUpstreamsCheck(t *testing.T) {
 | |
| 	IPV4 = "148.100.85.25"
 | |
| 	UpstreamsCheck()
 | |
| }
 | 
