update allowed countries
This commit is contained in:
		
							parent
							
								
									9a75f36d1a
								
							
						
					
					
						commit
						893ca9a30c
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -17,7 +17,7 @@
 | 
			
		|||
    ];
 | 
			
		||||
    # Restrict access based on geo-location
 | 
			
		||||
    geoblock.plugin.geoblock = {
 | 
			
		||||
      silentStartUp = "true";
 | 
			
		||||
      silentStartUp = "false";
 | 
			
		||||
      allowLocalRequests = "true";
 | 
			
		||||
      # If set to true will show a log message
 | 
			
		||||
      logLocalRequests = "false";
 | 
			
		||||
| 
						 | 
				
			
			@ -31,6 +31,9 @@
 | 
			
		|||
      # List of countries to allow access
 | 
			
		||||
      countries = [
 | 
			
		||||
        "AU" # Australia
 | 
			
		||||
        "NZ" # New Zealand
 | 
			
		||||
        "GB" # United Kingdom of Great Britian and Northern Ireland (the)
 | 
			
		||||
        "US" # United States of America (the)
 | 
			
		||||
      ];
 | 
			
		||||
      # Inverts filter logic
 | 
			
		||||
      blackListMode = "false";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue