mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	2. added SCTP protocol and schema support 3. added set of NAS models support (Asustor, ReadyNAS, Drobo, QNAP, WD, Synology, Terramaster) 4. moved to fc00::/7 private segment 5. added Windows, MacOS and Linux UI for peers edit and current status
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
rm -f /var/run/mesh.pid
 | 
						|
LOG_SYMLINK=/var/log/mesh.log
 | 
						|
[ -L $LOG_SYMLINK ] && rm -f $LOG_SYMLINK
 | 
						|
rm -f /etc/nginx/conf.d/dsm.mesh.conf
 | 
						|
 | 
						|
exit 0
 |