ansible/nomad: enable bridge hairpin mode

This commit is contained in:
wizzdom 2024-10-15 13:59:28 +01:00
parent c993ceb6ed
commit a6ec92ac28

View file

@ -1,5 +1,11 @@
client { client {
enabled = true 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" { plugin "raw_exec" {
@ -15,4 +21,4 @@ plugin "docker" {
enabled = true enabled = true
} }
} }
} }