大量更新

This commit is contained in:
zeaslity
2026-03-18 16:16:47 +08:00
parent 8efefcc230
commit ed945abdf1
136 changed files with 28252 additions and 16 deletions

View File

@@ -0,0 +1,45 @@
log:
level: info
format: json
output: C:\gost\logs\gost.log
services:
# 服务1: 主机C访问主机A的39000端口TCP
# 主机C连接 192.168.10.1:39000
- name: forward-c-to-a-39000
addr: 192.168.10.1:39000
handler:
type: tcp
listener:
type: tcp
forwarder:
nodes:
- name: host-a-39000
addr: 144.7.97.70:39000
# 服务2: 主机C访问主机A的1999端口HTTP
# 主机C连接 192.168.10.1:1999 或 http://192.168.10.1:1999
- name: forward-c-to-a-1999
addr: 192.168.10.1:1999
handler:
type: tcp
listener:
type: tcp
forwarder:
nodes:
- name: host-a-1999
addr: 144.7.97.70:1999
# 服务3: 主机A访问主机C的59014端口HTTP
# 主机A连接 144.7.8.50:59014 或 http://144.7.8.50:59014
- name: forward-a-to-c-59014
addr: 144.7.8.50:59014
handler:
type: tcp
listener:
type: tcp
forwarder:
nodes:
- name: host-c-59014
addr: 192.168.10.2:59014