# A SOCKS5 server that forwards connections through a VMess TLS proxy. - address: 127.0.0.1:1080 protocol: # no auth - add 'username' and 'password' fields for authentication. type: socks rules: # allow connections to all ips mask: 0.0.0.0/0 action: allow client_proxy: address: 127.0.0.1:5432 protocol: type: vmess cipher: aes-128-gcm user_id: bb0e80a62-8a51-47f0-91f1-f0f7faf8d9d4 # connect using AEAD mode (defaults to true) aead: true