* ddns: store configuation in database Co-authored-by: nap0o <144927971+nap0o@users.noreply.github.com> * feat: split domain with soa lookup * switch to libdns interface * ddns: add unit test * ddns: skip TestSplitDomainSOA on ci network is not steady * fix error handling * fix error handling --------- Co-authored-by: nap0o <144927971+nap0o@users.noreply.github.com>
		
			
				
	
	
		
			22 lines
		
	
	
		
			845 B
		
	
	
	
		
			HTML
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			845 B
		
	
	
	
		
			HTML
		
	
	
	
		
			Vendored
		
	
	
	
{{define "common/footer"}}
 | 
						|
<div class="ui inverted vertical footer segment">
 | 
						|
    <div class="ui center aligned is-size-7 container">
 | 
						|
        <b>© <a style="color: white;" href="/">{{.Conf.Site.Brand}}</a></b> | <small>Powered by <a
 | 
						|
                href="https://github.com/naiba/nezha" style="color: white;" target="_blank">{{tr "NezhaMonitoring"}}</a>
 | 
						|
            {{.Version}}</small>
 | 
						|
    </div>
 | 
						|
</div>
 | 
						|
<script src="https://unpkg.com/jquery@3.7.1/dist/jquery.min.js"></script>
 | 
						|
<script src="https://unpkg.com/semantic-ui@2.4.0/dist/semantic.min.js"></script>
 | 
						|
<script src="/static/semantic-ui-alerts.min.js"></script>
 | 
						|
<script src="https://unpkg.com/vue@2.6.14/dist/vue.min.js"></script>
 | 
						|
<script src="/static/main.js?v20241011"></script>
 | 
						|
<script>
 | 
						|
    (function () {
 | 
						|
        updateLang({{.LANG }});
 | 
						|
    })();
 | 
						|
</script>
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 | 
						|
{{end}} |