1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Use static address for glorytun

This commit is contained in:
Ycarus 2018-05-29 18:02:40 +02:00
parent 78e3bef74a
commit c1c3adc1d3
3 changed files with 9 additions and 3 deletions

View file

@ -7,3 +7,6 @@ config glorytun 'vpn'
option mptcp '1'
option proto 'tcp'
option chacha20 '1'
option localip '10.0.0.2'
option remoteip '10.0.0.1'
option mtuauto '1'