10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
|
{% if tinc_public_addr is defined %}
|
||
|
Address = {{ tinc_public_addr }}
|
||
|
{% endif %}
|
||
|
Subnet = {{ tinc_client_ip }}/32
|
||
|
{% if tinc_client_ip == tinc_remote_nets[0].gateway %}
|
||
|
Subnet = {{ tinc_remote_nets[0].net_cidr }}
|
||
|
{% endif %}
|
||
|
|
||
|
{% include tinc_tmp_pubkey %}
|