mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 13:10:55 +00:00
tailscale: upgrade for reflective I/O support.
This commit is contained in:
parent
218fda5d4c
commit
53bdc3a4cb
@ -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) {
|
||||
|
@ -73,7 +73,7 @@ dependencyResolutionManagement {
|
||||
version("postgresql", "42.5.3")
|
||||
version("exposed", "0.41.1")
|
||||
version("hikaricp", "5.0.1")
|
||||
version("libtailscale", "0.1.5-SNAPSHOT")
|
||||
version("libtailscale", "0.1.6-SNAPSHOT")
|
||||
|
||||
library("clikt", "com.github.ajalt.clikt", "clikt").versionRef("clikt")
|
||||
library("xodus-core", "org.jetbrains.xodus", "xodus-openAPI").versionRef("xodus")
|
||||
|
Loading…
Reference in New Issue
Block a user