mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-15 04:44:47 +08:00
57 lines
1.4 KiB
Plaintext
57 lines
1.4 KiB
Plaintext
config homeproxy 'config'
|
|
option routing_mode 'custom'
|
|
option proxy_mode 'redirect_tproxy'
|
|
option ipv6_support '0'
|
|
option log_level 'warn'
|
|
option clash_api_enabled '0'
|
|
|
|
config homeproxy 'infra'
|
|
option mixed_port '5330'
|
|
option redirect_port '5331'
|
|
option tproxy_port '5332'
|
|
option self_mark '100'
|
|
|
|
config homeproxy 'control'
|
|
|
|
config homeproxy 'dns'
|
|
option default_strategy 'ipv4_only'
|
|
option default_server 'default-dns'
|
|
option disable_cache '0'
|
|
option disable_cache_expire '0'
|
|
|
|
config homeproxy 'routing'
|
|
option default_outbound 'rn_selector'
|
|
option default_outbound_dns 'default-dns'
|
|
option sniff_override '1'
|
|
|
|
config routing_node 'rn_selector'
|
|
option enabled '1'
|
|
option label 'Regex Selector'
|
|
option node 'selector'
|
|
option node_filter '香港|日本'
|
|
option node_filter_exclude '日本'
|
|
|
|
config node 'n_hk'
|
|
option type 'shadowsocks'
|
|
option label '香港 01'
|
|
option address 'hk.example'
|
|
option port '8388'
|
|
option shadowsocks_encrypt_method '2022-blake3-aes-128-gcm'
|
|
option password 'hk-password'
|
|
|
|
config node 'n_jp'
|
|
option type 'shadowsocks'
|
|
option label '日本 01'
|
|
option address 'jp.example'
|
|
option port '8389'
|
|
option shadowsocks_encrypt_method '2022-blake3-aes-128-gcm'
|
|
option password 'jp-password'
|
|
|
|
config node 'n_us'
|
|
option type 'shadowsocks'
|
|
option label '美国 01'
|
|
option address 'us.example'
|
|
option port '8390'
|
|
option shadowsocks_encrypt_method '2022-blake3-aes-128-gcm'
|
|
option password 'us-password'
|