openwrt-bgme-feed/files/fakehttp.config
bgme ee5048aa89 Squashed 'fakehttp/' changes from 9bb5ff9..08f829e
08f829e optimize the init script
92c1e67 add init scripts

git-subtree-dir: fakehttp
git-subtree-split: 08f829e96534891b8ab9aef4141256a47c2e69c2
2025-07-11 18:29:39 +00:00

36 lines
1 KiB
Plaintext

config globals 'globals'
option enabled '0'
list interface 'eth0'
option silent '0'
config payload
option type 'h'
option hostname 'node-36-250-1-90.speedtest.cn'
#config payload
# option type 'e'
# option hostname 'node-36-250-1-90.speedtest.cn'
#
#config payload
# option type 'b'
# option file '/tmp/fakehttp_payload'
config advanced 'advanced'
# -f skip firewall rules
option skip '0'
# -g disable hop count estimation
option disable_estimation '0'
# -y <pct> raise TTL dynamically to <pct>% of estimated hops
option pct '-1'
# -m <mark> fwmark for bypassing the queue
option fwmark_bypassing '-1'
# -x <mask> set the mask for fwmark
option fwmark_handle '-1'
# -n <number> netfilter queue number
option queue_number '-1'
# -r <repeat> duplicate generated packets for <repeat> times
option repeat '-1'
# -t <ttl> TTL for generated packets
option ttl '-1'
# -z use iptables commands instead of nft
option use_iptables '0'