You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
521 B
Django/Jinja
11 lines
521 B
Django/Jinja
[Service]
|
|
ExecStart=
|
|
ExecStartPre=/usr/bin/tayga --mktun --config /etc/tayga.conf
|
|
ExecStartPre=/usr/bin/ip link set nat64 up
|
|
ExecStartPre=/usr/bin/ip addr replace {{ tayga_ipv4 }}/32 dev nat64
|
|
ExecStartPre=/usr/bin/ip addr replace 2a03:2260:1016::64/128 dev nat64
|
|
ExecStartPre=/usr/bin/ip route replace {{ tayga_pool }} dev nat64 proto static table ffmyk
|
|
ExecStartPre=/usr/bin/ip -6 route replace 64:ff9b::/96 dev nat64 proto static table ffmyk
|
|
ExecStart=/usr/bin/tayga --nodetach --config /etc/tayga.conf
|
|
Restart=always
|