Skip to content

mborgerson/xombie

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

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