Commit | Line | Data |
---|---|---|
a4f661fc | 1 | #!/bin/bash |
2 | # | |
3 | # requires: | |
4 | # | |
5 | # /rw/etc/hosts ... configuration file for dashboard and snat/dnat | |
6 | # parses Prometheus compatible nodelist and generates some firewall | |
7 | # rules | |
8 | # | |
9 | ./make-pimp | |
10 | ./make-snat-dnat | |
11 | # | |
12 | # /rw/etc/network/snat-dnat is generated by make-snat-dnat | |
13 | # | |
14 | /rw/etc/network/snat-dnat |