Skip to content

Commit

Permalink
tunspace: use new insecure_cert option
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Jan 8, 2025
1 parent dffb157 commit 846b739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/cfg_openwrt/templates/corerouter/config/tunspace.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ config wg-interface
config wg-server
option name "{{ gateway }}"
option url "https://{{ hostvars[gateway]['uplink']['ipv4'] | ansible.utils.ipaddr('address') }}/ubus"
option check_cert 0
option insecure_cert 1
option disabled 0

{% endfor %}

0 comments on commit 846b739

Please sign in to comment.