Skip to content

Commit 4ff331b

Browse files
committed
tunspace: private key is now always ephemeral
1 parent c71ad2c commit 4ff331b

File tree

1 file changed

+0
-1
lines changed
  • roles/cfg_openwrt/templates/corerouter/config

1 file changed

+0
-1
lines changed

roles/cfg_openwrt/templates/corerouter/config/tunspace.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ config wg-interface
1616
option ipv4 "{{ tunnel['prefix'] }}"
1717
option mtu {{ tunnel['mtu'] }}
1818
option port {{ tunnel['wireguard_port'] }}
19-
option keyfile "/etc/tunspace/{{ tunnel['ifname'] }}.key"
2019
option disabled 0
2120

2221
{% endfor %}

0 commit comments

Comments
 (0)