Kapisi/roles/ShadowArch/templates/netctl-bond.j2

9 lines
182 B
Plaintext
Raw Normal View History

2022-12-18 22:24:44 -06:00
Description="Bridge connection"
Interface=br0
Connection=bridge
BindsToInterfaces=({{ ipinterface }} tun0)
IP=static
Address=('{{ ip }}/24')
Gateway='{{ router }}'
DNS=('{{ dns }}')