Compare commits

...

2 Commits

Author SHA1 Message Date
2cc26e7be0 change to host network 2024-12-06 07:19:00 -05:00
1db0fafd92 update 2024-12-06 07:17:22 -05:00
4 changed files with 8 additions and 4 deletions

View File

@ -7,6 +7,9 @@ flag_file="mod-manager.init"
if [ ! -f "$flag_file" ]; then
/var/mod-manager-installer.sh
echo "1.21.1" | mod-manager init
mod-manager install 8dI2tmqs -f
touch "$flag_file"

View File

@ -11,6 +11,6 @@ services:
volicy-proxy:
image: velocity:proxy
container_name: volicy-proxy
ports:
- "25565:25565"
network_mode: host

View File

@ -0,0 +1 @@
t5YZLo1h00Br

View File

@ -34,11 +34,11 @@ prevent-client-proxy-connections = false
# unable to implement network level firewalling (on a shared host).
# - "modern": Forward player IPs and UUIDs as part of the login process using
# Velocity's native forwarding. Only applicable for Minecraft 1.13 or higher.
player-info-forwarding-mode = "NONE"
player-info-forwarding-mode = "modern"
# If you are using modern or BungeeGuard IP forwarding, configure a file that contains a unique secret here.
# The file is expected to be UTF-8 encoded and not empty.
#forwarding-secret-file = "forwarding.secret"
forwarding-secret-file = "forwarding.secret"
# Announce whether or not your server supports Forge. If you run a modded server, we
# suggest turning this on.