From 26a5ac29e474ec70080d1349d1e04b51802b3b3b Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sun, 2 Sep 2018 17:51:27 +0000 Subject: [PATCH] Increase glorytun TCP MTU --- debian9-x86_64.sh | 6 +++--- glorytun.network | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index 548160b..6466736 100644 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -8,7 +8,7 @@ MLVPN=${MLVPN:-no} OPENVPN=${OPENVPN:-no} INTERFACE=${INTERFACE:-$(ip -o -4 route show to default | awk '{print $5}' | tr -d "\n")} DEBIAN_VERSION=$(sed 's/\..*//' /etc/debian_version) -KERNEL_VERSION="4.14.61-mptcp-ab19444" +KERNEL_VERSION="4.14.64-mptcp-16e8846" set -e umask 0022 @@ -258,9 +258,9 @@ fi # Add OpenMPTCProuter VPS script version to /etc/motd if grep --quiet 'OpenMPTCProuter VPS' /etc/motd; then - sed -i 's:< OpenMPTCProuter VPS [0-9]*\.[0-9]* >:< OpenMPCTProuter VPS 0.46 >:' /etc/motd + sed -i 's:< OpenMPTCProuter VPS [0-9]*\.[0-9]* >:< OpenMPCTProuter VPS 0.48 >:' /etc/motd else - echo '< OpenMPTCProuter VPS 0.46 >' >> /etc/motd + echo '< OpenMPTCProuter VPS 0.48 >' >> /etc/motd fi if [ "$update" = "0" ]; then diff --git a/glorytun.network b/glorytun.network index 9529320..c1fa921 100644 --- a/glorytun.network +++ b/glorytun.network @@ -1,8 +1,8 @@ [Match] -Name=gt-* +Name=gt-tun* [Link] -MTUBytes=1400 +MTUBytes=1500 [Network] Description=Glorytun server device