Commit Graph

3 Commits

  • Fix Rust RCON connection
    RCON IP address has to be 0.0.0.0, else the rcon connection can't be established using the default pterodactyl networking.
  • Eggs/rust wipe (#1344)
    * eggs(rust): disallow invalid characters for RCON
    
    Do not allow invalid characters for RCON password that would break the connection, similar to original Rust egg.
    
    * docs(rust-autowipe): Specify that wipe is performed on reinstall