Skip to content

Instantly share code, notes, and snippets.

@tiagoamaro
Created May 17, 2020 18:51
Show Gist options
  • Save tiagoamaro/b67f514cb0149aa4a18cfd017379193b to your computer and use it in GitHub Desktop.
Save tiagoamaro/b67f514cb0149aa4a18cfd017379193b to your computer and use it in GitHub Desktop.
Custom Docker address pool (VPN configuration)
{
"default-address-pools" : [
{
"base" : "172.30.0.0/16",
"size" : 24
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment