File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,9 @@ and update tailscale route advertisements accordingly.
67
67
## Commandline options
68
68
69
69
```
70
- Usage: tailscale-manager <configfile.json> [--dryrun] [--tailscale PATH]
71
- [--interval INT] [--max-shrink-ratio RATIO]
70
+ Usage: tailscale-manager <configfile.json> [--dryrun] [--tailscale PATH]
71
+ [--socket SOCKET_PATH] [--interval INT]
72
+ [--max-shrink-ratio RATIO]
72
73
73
74
Tailscale routes manager
74
75
@@ -96,6 +97,8 @@ Available options:
96
97
--dryrun Dryrun mode
97
98
--tailscale PATH Path to the tailscale executable
98
99
(default: "tailscale")
100
+ --socket SOCKET_PATH Path to the tailscaled socket
101
+ (default: "/var/run/tailscale/tailscaled.sock")
99
102
--interval INT Interval (in seconds) between runs. 0 means exit
100
103
after running once. (default: 0)
101
104
--max-shrink-ratio RATIO Max allowed route shrinkage between consecutive runs,
You can’t perform that action at this time.
0 commit comments