bungee core中的forced_hosts与sakuravideo是否兼容? #459
Unanswered
ElainaTGBS
asked this question in
使用问题
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我的服务器因为无法获得公网ip,于是我创建了一个远程端口来代替公网ip。后来我在我的服务器中添加了其他人的服务端,虽然都是minecraft服务器,但是各自版本不同。我只能通过bungee core将它们反向代理到一个端口后连接到远程端口。但是我已经给每个服务端都创建了一个域名。我本能地按照自己的理解修改了config.yml(主要是在forced_hosts那里)。但是客户端只连接到listeners.priorities中优先级最高的那个服务器。而我删除掉listeners.priorities之后bungee core又提示配置文件错误。我该则么办?
下面是我的配置文件(域名是假的)
server_connect_timeout: 5000
enforce_secure_profile: false
forge_support: false
player_limit: -1
log_pings: true
permissions:
default:
admin:
timeout: 30000
log_commands: false
online_mode: true
disabled_commands:
servers:
aps:
motd: '&1A Potato Server'
address: localhost:101
restricted: false
sml:
motd: '&5Hello!! &2SML_TxuxT!!!'
address: localhost:102
restricted: false
yuanziaaa:
motd: '&2yuanziaaa server'
address: localhost:103
restricted: false
bb:
motd: '&3Bungee Core'
address: localhost:104
restricted: false
listeners:
motd: '&1Another Bungee server'
tab_list: GLOBAL_PING
query_enabled: false
proxy_protocol: true
forced_hosts:
aps.top: aps
sml.top: sml
yuanziaaa.top: yuanziaaa
bb.top: bb
ping_passthrough: false
priorities:
bind_local_address: true
host: 0.0.0.0:100
max_players: 1
tab_size: 60
force_default_server: false
remote_ping_timeout: 5000
ip_forward: false
network_compression_threshold: 256
reject_transfers: false
remote_ping_cache: -1
connection_throttle: 4000
stats: 12060022-39fa-40fb-8d78-c6d1da2be58c
connection_throttle_limit: 3
groups:
md_5:
prevent_proxy_connections: false
Beta Was this translation helpful? Give feedback.
All reactions