mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 06:00:42 +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
|
|
@ -1,36 +0,0 @@
|
|||
---
|
||||
|
||||
name: socks5-1
|
||||
escaper: default
|
||||
type: socks_proxy
|
||||
listen: "[::]:10085"
|
||||
enable_udp_associate: true
|
||||
|
||||
---
|
||||
|
||||
name: socks5-2
|
||||
escaper: default
|
||||
type: socks_proxy
|
||||
listen: "[::]:10087"
|
||||
|
||||
---
|
||||
|
||||
name: http-1
|
||||
escaper: default
|
||||
type: http_proxy
|
||||
listen: "[::]:10076"
|
||||
|
||||
---
|
||||
|
||||
name: http-2
|
||||
escaper: default
|
||||
type: http_proxy
|
||||
listen: "[::]:10077"
|
||||
|
||||
---
|
||||
|
||||
name: intelli
|
||||
type: intelli_proxy
|
||||
listen: "[::]:1080"
|
||||
http_server: http-1
|
||||
socks_server: socks5-1
|
||||
Loading…
Add table
Add a link
Reference in a new issue