Blocky use wgoverlay for api

This commit is contained in:
IamTheFij 2023-03-24 09:56:29 -07:00
parent f31569ad56
commit 00697ebb02

View File

@ -24,8 +24,7 @@ job "blocky" {
} }
port "api" { port "api" {
# TODO: This may be broken. It seems we're exposing the loopback address which can't be reached host_network = "wgoverlay"
# host_network = "loopback"
to = "4000" to = "4000"
} }