mirror of
				https://github.com/uklans/cache-domains
				synced 2025-11-04 08:28:53 +01:00 
			
		
		
		
	Merge branch 'master' of github.com:uklans/cache-domains
This commit is contained in:
		
						commit
						6e2ea88f42
					
				@ -51,7 +51,7 @@ while read entry; do
 | 
				
			|||||||
					continue
 | 
										continue
 | 
				
			||||||
				fi
 | 
									fi
 | 
				
			||||||
				parsed=$(echo $fileentry | sed -e "s/^\*\.//")
 | 
									parsed=$(echo $fileentry | sed -e "s/^\*\.//")
 | 
				
			||||||
				if grep -qx "$parsed" $outputfile; then
 | 
									if grep -qx "  local-zone: \"${parsed}\" redirect" $outputfile; then
 | 
				
			||||||
					continue
 | 
										continue
 | 
				
			||||||
				fi
 | 
									fi
 | 
				
			||||||
        if [[ $(head -n 1 $outputfile) != "server:" ]]; then
 | 
					        if [[ $(head -n 1 $outputfile) != "server:" ]]; then
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user