mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	yaml set the variable wan_nameserver as 'null' without quotes then jinja converts that 'none'
This commit is contained in:
		
							parent
							
								
									9524b454bf
								
							
						
					
					
						commit
						754c521f0c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| #IIAB | ||||
| bind-interfaces | ||||
| # Wan nameserver if manually set | ||||
| {% if wan_nameserver != "" %} | ||||
| {% if wan_nameserver is not none %} | ||||
| no-resolv | ||||
| server={{ wan_nameserver }} | ||||
| {% endif %} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue