Merge commit 'ee5048aa89'
This commit is contained in:
commit
b2630653f7
3 changed files with 156 additions and 4 deletions
36
fakehttp/files/fakehttp.config
Normal file
36
fakehttp/files/fakehttp.config
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue