We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda4916 commit 2d5c6a4Copy full SHA for 2d5c6a4
roles/fastd/templates/fastd.conf.j2
@@ -1,7 +1,7 @@
1
log level warn;
2
3
interface "vpn0";
4
-mtu 1280;
+mtu 1364;
5
6
bind {{ service_ipv4_address | ansible.utils.ipaddr('address') }} port 10000;
7
bind [{{ service_ipv6_address | ansible.utils.ipaddr('address') }}] port 10000;
0 commit comments