Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dockerfiles/frps/frps.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[common]
log_level = trace
tcp_mux = true
bind_port = 6276 # 6276 represents MCPM on a T9 keypad (6=M, 2=C, 7=P, 6=M)
# 6276 represents MCPM on a T9 keypad (6=M, 2=C, 7=P, 6=M)
bind_port = 6276
dashboard_port = 6277
vhost_http_port = 80
subdomain_host = my-gpt-wrapper.com
Expand Down