Add support for gaming.

This commit is contained in:
2022-02-09 15:13:22 +01:00
parent 5c02b40a7c
commit 64b991f599
9 changed files with 579 additions and 148 deletions

13
conf/default_ipv6.conf Normal file
View File

@ -0,0 +1,13 @@
#!/usr/bin/env bash
# -------------
# --- Some IPv6-Address Configuration
# -------------
# unique local address (ULA) - private address block
ula_block="fc00::/7"
# - Loopback
loopback_ipv6="::1/128"