Created
April 17, 2019 03:02
-
-
Save nmanzi/a606bebefd1b55041c9ae4c8c814ba83 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nodes: | |
o365-worldwide-any-miner: | |
inputs: [] | |
output: true | |
prototype: o365-api.worldwide-any | |
o365-ipv4-processor: | |
inputs: | |
- o365-worldwide-any-miner | |
output: true | |
prototype: stdlib.aggregatorIPv4Generic | |
o365-ipv6-processor: | |
inputs: | |
- o365-worldwide-any-miner | |
output: true | |
prototype: stdlib.aggregatorIPv6Simple | |
o365-url-processor: | |
inputs: | |
- o365-worldwide-any-miner | |
output: true | |
prototype: stdlib.aggregatorURL | |
o365-worldwide-any-ipv4-feed: | |
inputs: | |
- o365-ipv4-processor | |
output: false | |
prototype: stdlib.feedHCGreen | |
o365-worldwide-any-ipv6-feed: | |
inputs: | |
- o365-ipv6-processor | |
output: false | |
prototype: stdlib.feedHCGreen | |
o365-worldwide-any-url-feed: | |
inputs: | |
- o365-url-processor | |
output: false | |
prototype: stdlib.feedHCGreen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment