mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Add MLVPN support, change glorytun network
This commit is contained in:
parent
ef77d27737
commit
55433c52e4
13 changed files with 231 additions and 28 deletions
17
mlvpn.network
Normal file
17
mlvpn.network
Normal file
|
@ -0,0 +1,17 @@
|
|||
[Match]
|
||||
Name=mlvpn*
|
||||
|
||||
[Network]
|
||||
Description=MLVPN tunnel
|
||||
Address=10.255.253.1/24
|
||||
DHCPServer=yes
|
||||
IPMasquerade=yes
|
||||
|
||||
[DHCPServer]
|
||||
PoolOffset=2
|
||||
PoolSize=1
|
||||
EmitDNS=no
|
||||
EmitNTP=no
|
||||
DNS=9.9.9.9
|
||||
DefaultLeaseTimeSec=12h
|
||||
MaxLeaseTimeSec=24h
|
Loading…
Add table
Add a link
Reference in a new issue