XombieOnline / xombie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xombie

Replacement Original Xbox Live Infrastructure

Notes

This is a proof of concept! Some keys are chosen by fair dice rolls, databases are exposed on default ports with default credentials, etc. Run at your own risk.

Running

docker-compose up -d

Notes:

Ubuntu 20.04 runs dnsmasq by default. To disable dnsmasq first disable systemd-resolved with

$ sudo service systemd-resolved stop

Then edit systemd's config to remove it by adding DNSStubListener=no to /etc/systemd/resolved.conf.

Then keep NetworkManager from overwriting your /etc/resolv.conf by adding dns=none to the [main] section of /etc/NetworkManager/NetworkManager.conf.

Then remove the symlink to systemctl's /etc/resolv.conf with $ rm /etc/resolv.conf

Then write your own resolv.conf containing (for instance to use google's DNS servers)

nameserver 8.8.8.8

About

License:GNU Affero General Public License v3.0


Languages

Language:Rust 94.6%Language:Lua 3.4%Language:Dockerfile 0.7%Language:JavaScript 0.5%Language:HTML 0.4%Language:Shell 0.2%Language:CSS 0.2%