mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 15:27:37 +00:00
Fix typos
Found via `codespell -L shs,hastable,userr`
This commit is contained in:
@@ -202,7 +202,7 @@ func WithExtraLoginArgs(args []string) Option {
|
||||
}
|
||||
}
|
||||
|
||||
// WithAcceptRoutes tells the node to accept incomming routes.
|
||||
// WithAcceptRoutes tells the node to accept incoming routes.
|
||||
func WithAcceptRoutes() Option {
|
||||
return func(tsic *TailscaleInContainer) {
|
||||
tsic.withAcceptRoutes = true
|
||||
|
Reference in New Issue
Block a user