g3proxy: rename .conf example conf to .yml

This commit is contained in:
Zhang Jingqiang 2023-08-21 14:43:26 +08:00
parent 2ad6b4d9ea
commit 570d58dadd
50 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,36 @@
---
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