├── LICENSE.md ├── README.md ├── advancedZT.bash ├── flowRules ├── default.flows └── ztrules.bash ├── functions.bash ├── listnets.bash ├── peer.bash ├── templates └── local.conf.template ├── ztnetworks.bash └── ztroutes.bash /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedunston/bash_cli_zt/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedunston/bash_cli_zt/HEAD/README.md -------------------------------------------------------------------------------- /advancedZT.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedunston/bash_cli_zt/HEAD/advancedZT.bash -------------------------------------------------------------------------------- /flowRules/default.flows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedunston/bash_cli_zt/HEAD/flowRules/default.flows -------------------------------------------------------------------------------- /flowRules/ztrules.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedunston/bash_cli_zt/HEAD/flowRules/ztrules.bash -------------------------------------------------------------------------------- /functions.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedunston/bash_cli_zt/HEAD/functions.bash -------------------------------------------------------------------------------- /listnets.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedunston/bash_cli_zt/HEAD/listnets.bash -------------------------------------------------------------------------------- /peer.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedunston/bash_cli_zt/HEAD/peer.bash -------------------------------------------------------------------------------- /templates/local.conf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedunston/bash_cli_zt/HEAD/templates/local.conf.template -------------------------------------------------------------------------------- /ztnetworks.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedunston/bash_cli_zt/HEAD/ztnetworks.bash -------------------------------------------------------------------------------- /ztroutes.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedunston/bash_cli_zt/HEAD/ztroutes.bash --------------------------------------------------------------------------------