mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 06:00:42 +00:00
g3proxy: rename .conf example conf to .yml
This commit is contained in:
parent
2ad6b4d9ea
commit
570d58dadd
50 changed files with 4 additions and 4 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