mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 13:40:42 +00:00
initial commit
This commit is contained in:
commit
13716f4923
1425 changed files with 163227 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
name: extra_port
|
||||
type: plain_tcp_port
|
||||
listen:
|
||||
address: "[::]:18118"
|
||||
server: http
|
||||
7
g3proxy/examples/hybrid_user_auth/server.d/http.conf
Normal file
7
g3proxy/examples/hybrid_user_auth/server.d/http.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: http
|
||||
escaper: default
|
||||
user_group: default
|
||||
type: http_proxy
|
||||
listen:
|
||||
address: "[::]:13128"
|
||||
conn_limit: 100M
|
||||
7
g3proxy/examples/hybrid_user_auth/server.d/intelli.conf
Normal file
7
g3proxy/examples/hybrid_user_auth/server.d/intelli.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: intelli
|
||||
type: intelli_proxy
|
||||
http_server: http
|
||||
socks_server: socks
|
||||
listen:
|
||||
address: "[::]:1810"
|
||||
instance: 8
|
||||
7
g3proxy/examples/hybrid_user_auth/server.d/socks.conf
Normal file
7
g3proxy/examples/hybrid_user_auth/server.d/socks.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: socks
|
||||
escaper: default
|
||||
user-group: default
|
||||
type: socks_proxy
|
||||
listen:
|
||||
address: "[::]:11080"
|
||||
conn_limit: 100M
|
||||
Loading…
Add table
Add a link
Reference in a new issue