diff options
Diffstat (limited to 'roles/install_tayga/templates/tayga.conf.j2')
-rw-r--r-- | roles/install_tayga/templates/tayga.conf.j2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/install_tayga/templates/tayga.conf.j2 b/roles/install_tayga/templates/tayga.conf.j2 new file mode 100644 index 0000000..8606dcb --- /dev/null +++ b/roles/install_tayga/templates/tayga.conf.j2 @@ -0,0 +1,6 @@ +tun-device nat64 +ipv4-addr {{ tayga_ipv4 }} +ipv6-addr 2a03:2260:1016::64 +prefix 64:ff9b::/96 +dynamic-pool {{ tayga_pool }} +data-dir /var/db/tayga |