Skip to content

Commit 2d5c6a4

Browse files
committed
Increase tunnel mtu
1 parent fda4916 commit 2d5c6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/fastd/templates/fastd.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
log level warn;
22

33
interface "vpn0";
4-
mtu 1280;
4+
mtu 1364;
55

66
bind {{ service_ipv4_address | ansible.utils.ipaddr('address') }} port 10000;
77
bind [{{ service_ipv6_address | ansible.utils.ipaddr('address') }}] port 10000;

0 commit comments

Comments
 (0)