Blocky use wgoverlay for api

This commit is contained in:
IamTheFij 2023-03-24 09:56:29 -07:00
parent f31569ad56
commit 00697ebb02
1 changed files with 1 additions and 2 deletions

View File

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