Last active
February 1, 2023 03:20
-
-
Save Muska-Ami/e6b7eb7d800f444c6e38dbc0cc560a8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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