123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- #-- Main Section:
- #
- #
- [Main]
- #
- #
- TitleAdd =
- #
- ListenPort = 8888
- #
- ListenAddr = 0.0.0.0
- #
- #
- #
- #UseHTTPS = true
- #CertFile = server.crt
- #KeyFile = server.key
- #
- fpingCommand = fping
- #-- fping related parameters (see https://fping.org/fping.8.html):
- #
- #
- #
- #
- #
- Fping-interval = 1
- #
- #
- #
- #
- Fping-period = 100
- #-- End fping related params
- #
- #
- #
- #
- #
- #
- LoopInterval = 3
- #
- #
- FlashThreshold = 3
- #-- User specified sections follow
- #
- #
- #
- #
- #
- #
- #
- [LOCAL]
- 192.168.1.1 = One
- 192.168.1.2 = Two
- 192.168.1.3 = Three
- 192.168.1.4 = Four
- 192.168.1.7 = Seven
- 192.168.1.8 = Eight
- 192.168.1.9 =
- 192.168.1.10 = Router Number Ten
- 192.168.1.11 = Switch Number Eleven
- [Zum Fröhlichen Zehnernetz]
- 10.0.0.1 = happy 1
- 10.0.0.2 = happy 2
- 10.0.0.3 = happy 3
- 10.0.0.4 = happy 4
- 10.0.0.5 = happy 5
- 10.0.1.100 =
- [REMOTE]
- 212.51.140.225 = <span style="color: yellow">ZweierNet.ch</span>
- 2a02:168:6229::10 = <span style="color: blue">ZweierNet.ch IPv6</span>
- 8.8.8.8 = The Quad Eight
- 2001:4860:4860::8888 = Quad Eight IPv6
- 9.9.9.9 = The Nines
- 2620:fe::9 = The Nines IPv6
- 1.1.1.1 = The One and One and One and One
- 2606:4700:4700::1111 = The Ones IPv6
|