Compare commits
6 Commits
219f91b4b5
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
7ba3244924
|
|||
|
b7fa0dd571
|
|||
|
6d805f7f24
|
|||
|
31cfa79073
|
|||
|
db2f1746e3
|
|||
|
5298f6280e
|
@@ -5,4 +5,4 @@ name: tailscale
|
||||
environment:
|
||||
- TS_AUTHKEY={{ node.network.tailscale.authKey }}
|
||||
- TS_EXTRA_ARGS={% if node.network.tailscale.server %}--login-server {{ node.network.tailscale.server }}{% endif +%}
|
||||
- TS_ROUTES={% if node.network.tailscale.advertiseRoutes %}{{node.network.ip}}/{{ node.network.netmask | to_prefix }}{% endif %}
|
||||
- TS_ROUTES={% if node.network.tailscale.advertiseRoutes %}{{apply_netmask(node.network.ip, node.network.netmask)}}/{{ node.network.netmask | to_prefix }}{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user