mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 07:10:51 +00:00
g3proxy: default to use yaml conf file extension
This commit is contained in:
parent
1530f4ce17
commit
d58bd61d28
89 changed files with 21 additions and 21 deletions
9
g3proxy/examples/hybrid_socks_proxy/server.d/test.yaml
Normal file
9
g3proxy/examples/hybrid_socks_proxy/server.d/test.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name: test
|
||||
escaper: default
|
||||
type: socks_proxy
|
||||
listen:
|
||||
address: "[::]:10086"
|
||||
instance: 2
|
||||
enable_udp_associate: true
|
||||
conn_limit: 100M
|
||||
relay_limit: 10M
|
||||
Loading…
Add table
Add a link
Reference in a new issue