ansible/nomad: enable bridge hairpin mode (#68)

This commit is contained in:
wizzdom 2024-10-17 18:16:35 +01:00 committed by GitHub
parent c993ceb6ed
commit d251d0e154
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,11 @@
client {
enabled = true
# for minecraft modpack zip bombing allowance
artifact {
decompression_size_limit = "0"
decompression_file_count_limit = 12000
}
bridge_network_hairpin_mode = true
}
plugin "raw_exec" {
@ -15,4 +21,4 @@ plugin "docker" {
enabled = true
}
}
}
}