mirror of
https://github.com/bytedance/g3.git
synced 2026-04-29 12:11:04 +00:00
initial commit
This commit is contained in:
commit
13716f4923
1425 changed files with 163227 additions and 0 deletions
34
g3proxy/examples/inspect_http_proxy/g3proxy.conf
Normal file
34
g3proxy/examples/inspect_http_proxy/g3proxy.conf
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
runtime:
|
||||
thread_number: 2
|
||||
|
||||
log: fluentd
|
||||
|
||||
controller:
|
||||
local:
|
||||
recv_timeout: 30
|
||||
send_timeout: 1
|
||||
|
||||
auditor:
|
||||
- name: default
|
||||
protocol_inspection: {}
|
||||
tls_cert_generator: {}
|
||||
|
||||
server:
|
||||
- name: http
|
||||
escaper: default
|
||||
auditor: default
|
||||
type: http_proxy
|
||||
listen:
|
||||
address: "[::]:8080"
|
||||
tls_client: {}
|
||||
|
||||
resolver:
|
||||
- name: default
|
||||
type: c-ares
|
||||
server: 127.0.0.1
|
||||
|
||||
escaper:
|
||||
- name: default
|
||||
type: direct_fixed
|
||||
resolver: default
|
||||
Loading…
Add table
Add a link
Reference in a new issue