supernets inspircd source & configuration
Go to file
2024-10-28 02:44:15 +03:00
.dockerignore add compose file for linked networks and build arg to Dockerfile for ssl cert 2024-10-28 02:34:13 +03:00
.env add compose file for linked networks and build arg to Dockerfile for ssl cert 2024-10-28 02:34:13 +03:00
.gitignore add config env and docker-compose 2024-10-28 02:11:40 +03:00
config.env.example add config env and docker-compose 2024-10-28 02:11:40 +03:00
docker-compose.linked.yml add compose file for linked networks and build arg to Dockerfile for ssl cert 2024-10-28 02:34:13 +03:00
docker-compose.yml update default compose file 2024-10-28 02:38:34 +03:00
Dockerfile fix build arg 2024-10-28 02:44:15 +03:00
GeoLite2-ASN.mmdb first 2024-10-28 01:37:35 +03:00
include.default.conf add config env and docker-compose 2024-10-28 02:11:40 +03:00
inspircd.conf first 2024-10-28 01:37:35 +03:00
README.md add compose file for linked networks and build arg to Dockerfile for ssl cert 2024-10-28 02:34:13 +03:00

Instructions

  • docker build -t inspi4 -t inspi4:latest .
  • docker run -it --rm -e 'DEFAULT_BLOCK_HOST_MASK="nothing"' -net host inspi4

Optional

  • create a custom links.conf
  • docker run -it --rm -e 'DEFAULT_BLOCK_HOST_MASK="nothing"' -net host -v $(pwd)/links.conf:/etc/inspircd/links.conf:ro inspi4