petems / tugboat

A command line tool for interacting with your DigitalOcean droplets.
MIT License
1.45k stars 89 forks source link

Configuration support for IPv6 #230

Closed elsbrock closed 8 years ago

elsbrock commented 8 years ago

The commit that introduced creating IPv6 enabled instances was missing configuration file support. The default is deliberately changed to "enabled", because IMHO we should actively encourage deployment of IPv6.

elsbrock commented 8 years ago

Not sure if you got a notification, thus updating this thread with a comment.

petems commented 8 years ago

@else Looks good overall, we should be able to set this config using the helper, but I'd prefer to keep it to the old default of false :smile:

elsbrock commented 8 years ago

Done :+1:

Well, at least I tried :disappointed:

elsbrock commented 8 years ago

Done

petems commented 8 years ago

OK, will have a look and get the tests passing my EOD tomorow. Should be able to get it merged for a 2.1.0 release soon! :smile:

petems commented 8 years ago

Closed via #233