Skip to content

Instantly share code, notes, and snippets.

@Muska-Ami
Last active February 1, 2023 03:20
Show Gist options
  • Save Muska-Ami/e6b7eb7d800f444c6e38dbc0cc560a8e to your computer and use it in GitHub Desktop.
Save Muska-Ami/e6b7eb7d800f444c6e38dbc0cc560a8e to your computer and use it in GitHub Desktop.
stream {
server {
# 省略上方配置,注意删除网站监听部分
listen 25565;
location / {
# 代理的地址
proxy_pass 0.0.0.0:25565;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment