8 lines
		
	
	
		
			211 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			211 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/ksh
 | 
						|
# doas tailscale up --auth-key=tskey-auth-kx3Lf18kgg11CNTRL-5QJ7tUCJ8KAoPqVtJKY6MAzghyuCoaR9F
 | 
						|
doas tailscale up \
 | 
						|
    --reset \
 | 
						|
    --advertise-exit-node \
 | 
						|
    --accept-routes \
 | 
						|
    --accept-dns=true
 |