Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 

Repository files navigation

Experimental 9front wireguard implementation

Features:
	* Barely tested

Missing:
	* proper review

Obligatory "do not trust this it will eat your homework and piss on your rug."

Config:
	For now the system relies on a "mainline" wg.conf:
	[Interface]
	PrivateKey = KEY
	ListenPort = 51280

	[Peer]
	PublicKey = KEY
	AllowedIPs = 192.168.67.0/24, 192.168.69.0/24
	Endpoint = 1.2.3.4:51280
	[Peer]
	...

Use:
	# generate new keys
	% ip/wg -g
	PrivateKey = <KEY>
	PublicKey = <KEY>
	# ip and mask are for new ipifc 'inside' the vpn
	% ip/wg -c wg.conf 192.168.67.67 255.255.255.0

About

9front wg

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages