mirror of
				https://github.com/vvzvlad/trickster-vpn.git
				synced 2025-11-04 05:47:53 +03:00 
			
		
		
		
	update configs in cfg_gen
This commit is contained in:
		@ -3,9 +3,9 @@ Address = 10.20.30.1/32
 | 
				
			|||||||
ListenPort = 17968
 | 
					ListenPort = 17968
 | 
				
			||||||
PrivateKey = ---PRIVATE_KEY_INTERNAL---
 | 
					PrivateKey = ---PRIVATE_KEY_INTERNAL---
 | 
				
			||||||
PostUp = iptables -t nat -A POSTROUTING -o `ip route | awk '/default/ {print $5; exit}'` -j MASQUERADE
 | 
					PostUp = iptables -t nat -A POSTROUTING -o `ip route | awk '/default/ {print $5; exit}'` -j MASQUERADE
 | 
				
			||||||
PostUp = ip rule add from `ip route | awk '/default/ {print $3; exit}'` table main
 | 
					PostUp = ip rule add from `ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | grep -v "inet6" | head -n 1 | awk '/inet/ {print $2}' | awk -F/ '{print $1}'` table main
 | 
				
			||||||
PostDown = iptables -t nat -D POSTROUTING -o `ip route | awk '/default/ {print $5; exit}'` -j MASQUERADE
 | 
					PostDown = iptables -t nat -D POSTROUTING -o `ip route | awk '/default/ {print $5; exit}'` -j MASQUERADE
 | 
				
			||||||
PostDown = ip rule del from `ip route | awk '/default/ {print $3; exit}'` table main
 | 
					PostDown = ip rule del from `ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | grep -v "inet6" | head -n 1 | awk '/inet/ {print $2}' | awk -F/ '{print $1}'` table main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#external node
 | 
					#external node
 | 
				
			||||||
[Peer]
 | 
					[Peer]
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user