mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
tailscale: upgrade for reflective I/O support.
This commit is contained in:
@ -12,7 +12,6 @@ class TailscaleController(val server: Server, val config: TailscaleConfig) {
|
||||
if (!config.enabled) {
|
||||
return
|
||||
}
|
||||
tailscale.useProcSelfFd = config.useProcSelfFd
|
||||
tailscale.hostname = config.hostname
|
||||
|
||||
if (config.controlUrl != null) {
|
||||
|
Reference in New Issue
Block a user