Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use sprite in #6

Open
LuisBL opened this issue Aug 12, 2023 · 0 comments
Open

how to use sprite in #6

LuisBL opened this issue Aug 12, 2023 · 0 comments

Comments

@LuisBL
Copy link

LuisBL commented Aug 12, 2023

how to use sprite like in https://plantuml.com/fr/nwdiag#ef406f4e5b0858a8


@startuml
!include <office/Servers/application_server>
!include <office/Servers/database_server>


nwdiag {
  network dmz {
      address = "210.x.x.x/24"

      // set multiple addresses (using comma)
      web01 [address = "210.x.x.1, 210.x.x.20",  description = "<$application_server>\n web01"]
      web02 [address = "210.x.x.2",  description = "<$application_server>\n web02"];
  }
  network internal {
      address = "172.x.x.x/24";

      web01 [address = "172.x.x.1"];
      web02 [address = "172.x.x.2"];
      db01 [address = "172.x.x.100",  description = "<$database_server>\n db01"];
      db02 [address = "172.x.x.101",  description = "<$database_server>\n db02"];
  }
}
@enduml

bP7FIWCn4CRlUOfnyQ1Gt4qGFBHAty6Z5fbkfYMOP9TCOaNfksjgkriXUsXooPyVF_Y-MNB449EpuihurYPDiEWs6zDI_KpXWmBNsFVMj1XDvz_uyFOq3MkCk4QcWHH-fmrkuLi0U8gxBho3Tb_vVbYeTI1cU8HAoURkC-zQtLVY-5_Nm1J19HjDR-d44yDDOkEtq7REuUsHtj6waV1IaCePd8wggMO0chWDfi-nChUuBkHyzN_6QdNcLq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant