mirror of
				https://github.com/cunnie/sslip.io.git
				synced 2025-10-31 19:02:50 +08:00 
			
		
		
		
	
			
				
					
						
					
					dc341d1ef7c15fdec812a53be00c87953a0bf634
				
			
			
		
	 Brian Cunnie
		
	
	dc341d1ef7
	
	
	Scaffolding for log messages
			Brian Cunnie
		
	
	dc341d1ef7
	
	
	Scaffolding for log messages
		
			
			We want to log queries (mostly because I'd like some metric of how many queries people are making, what those queries are, and what my answers are). I also put a guard against one of the error conditions (I had assumed only one type of error would ever be returned; I believe that assumption is naïve)
sslip.io
sslip.io is a domain that maps specially-crafted DNS A records to IP addresses (e.g. "127-0-0-1.sslip.io" maps to 127.0.0.1). It is similar to, inspired by, and uses much of the code of xip.io.
Refer to the website (sslip.io) for more information.
- k8s/document_root/contains the HTML content of the sslip.io website
- ci/contains the Concourse continuous integration (CI) pipeline and task.
- spec/contains the RSpec files for test driven development (TDD). To run the tests:
DOMAIN=sslip.io rspec --format documentation --color spec
- conf/sslip.io+nono.io.ymlcontains the PowerDNS's pipe backend's configuration in YAML format for use with BOSH. The- pdns_pipekey is the pipe backend script, and- pdns_pipe_confis its configuration file.
Description
				
					Languages
				
				
								
								
									Go
								
								80.6%
							
						
							
								
								
									HTML
								
								14.5%
							
						
							
								
								
									Ruby
								
								2.7%
							
						
							
								
								
									Dockerfile
								
								1.8%
							
						
							
								
								
									Shell
								
								0.4%