Sha256: 83d429616c1861e53b96dc36e18df8cd441c752a07f4a5e0b012e656ac8873b4

Contents?: true

Size: 838 Bytes

Versions: 29

Compression:

Stored size: 838 Bytes

Contents

seqdiag {
  default_fontfamily = "monospace";
  group {
    label = "the real world";
    color = "#aaaaff";
    fontfamily = "monospace";
    fontsize = 16;

    internet [label = "Internet", shape = cloud, stacked];
    host [label = "Host", icon = "img/osx.png"];
  }
  group {
    label = "virtualized";
    color = "#aaffaa";
    fontfamily = "monospace";
    fontsize = 16;

    provider [label = "VM Provider", icon = "img/vbox.png"];
    guest [label = "Guest", icon = "img/ubuntu.png"];
  }

  guest -> provider [label = "github.com?"];
           provider -> host [label = "github.com?"];
                       host -> internet [label = "github.com?"];
                       host <- internet [label = "192.30.252.129"];
           provider <- host [label = "192.30.252.129"];
  guest <- provider [label = "192.30.252.129"];
}

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
landrush-1.3.2 doc/vagrant_dns_without_landrush.diag
landrush-1.3.1 doc/vagrant_dns_without_landrush.diag
landrush-1.3.0 doc/vagrant_dns_without_landrush.diag
landrush-1.2.0 doc/vagrant_dns_without_landrush.diag
landrush-1.1.2 doc/vagrant_dns_without_landrush.diag
landrush-1.1.1 doc/vagrant_dns_without_landrush.diag
landrush-1.1.0 doc/vagrant_dns_without_landrush.diag
landrush-1.1.0.beta.4 doc/vagrant_dns_without_landrush.diag
landrush-1.1.0.beta.3 doc/vagrant_dns_without_landrush.diag
landrush-1.1.0.beta.2 doc/vagrant_dns_without_landrush.diag
landrush-1.1.0.beta.1 doc/vagrant_dns_without_landrush.diag
landrush-1.0.0 doc/vagrant_dns_without_landrush.diag
landrush-0.19.0 doc/vagrant_dns_without_landrush.diag
landrush-0.18.0 doc/vagrant_dns_without_landrush.diag
landrush-0.17.0 doc/vagrant_dns_without_landrush.diag
landrush-0.16.0 doc/vagrant_dns_without_landrush.diag
landrush-0.15.4 doc/vagrant_dns_without_landrush.diag
landrush-0.15.3 doc/vagrant_dns_without_landrush.diag
landrush-0.15.2 doc/vagrant_dns_without_landrush.diag
landrush-0.15.1 doc/vagrant_dns_without_landrush.diag