Go to file
Robert Langhammer 53f88f5d0c Add prefix to hostadresses when looking for routes
/32 and /128 is not shown in ip route command but wie need it to find the route in babel.

Signed-off-by: Robert Langhammer <rlanghammer@web.de>
2020-10-26 00:07:56 +01:00
README.md It is possible to DoS the server with massiv call of simple babelweb. 2019-11-24 23:42:28 +01:00
babel.html DOS protection. 2019-11-24 22:29:51 +01:00
index.php Add prefix to hostadresses when looking for routes 2020-10-26 00:07:56 +01:00

README.md

Simple-Babelweb

A very simple Babel Web for babeld v1.8

  • Just clone it to your favorite httpd directory.

index.php

The php version for gateways

Requirements

  • php
  • netcat-openbsd (ipv6)

babel.html

The haserl version for slim devices without php

Requirements

  • haserl
  • netcat with ipv6 support

Apache 2 settings

To avoid OOM Killer it's usefull to reduce the MaxConnectionsPerChild on apache2. On Debian open /etc/apache2/mods-enabled/mpm_prefork.conf and reduce MaxConnectionsPerChild. Do not use more then 10 MaxConnectionsPerChild per Gigabyte RAM on your System.