wtfismyip script added (#3)
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				build / build (push) Successful in 2s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	build / build (push) Successful in 2s
				
			Signed-off-by: Roger Sikorski <roger@sikorski.cloud> Reviewed-on: #3
This commit was merged in pull request #3.
	This commit is contained in:
		@@ -3,3 +3,5 @@ FROM alpine:latest
 | 
			
		||||
 | 
			
		||||
RUN apk update && \
 | 
			
		||||
  apk add --no-cache nano mc micro rsync ncdu git curl
 | 
			
		||||
 | 
			
		||||
ADD ./bin/ /usr/local/bin
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										3
									
								
								bin/wtfismyip
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								bin/wtfismyip
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
curl https://ipv4.wtfismyip.com/text
 | 
			
		||||
curl https://ipv6.wtfismyip.com/text
 | 
			
		||||
		Reference in New Issue
	
	Block a user