diff --git a/youtubeUnblock/files/luasrc/model/cbi/youtubeUnblock.lua b/youtubeUnblock/files/luasrc/model/cbi/youtubeUnblock.lua index 8d5808a..916f224 100644 --- a/youtubeUnblock/files/luasrc/model/cbi/youtubeUnblock.lua +++ b/youtubeUnblock/files/luasrc/model/cbi/youtubeUnblock.lua @@ -13,7 +13,9 @@ o = s:option(ListValue, "faking_strategy", "faking strategy",
randseq
specifies that random sequence/acknowledgemend random will be set. This option may be handled by provider which uses conntrack with drop on invalid conntrack state firewall rule enabled. ttl
specifies that packet will be invalidated after --faking-ttl=n hops. ttl is better but may cause issues if unconfigured. pastseq
is like randseq but sequence number is not random but references the packet sent in the past (before current). tcp_check
will invalidate faking packet with invalid checksum. May be handled and dropped by some providers/TSPUs.tcp_check
will invalidate faking packet with invalid checksum. May be handled and dropped by some providers/TSPUs.md5sum
will invalidate faking packet with invalid TCP md5sum. md5sum is a TCP option which is handled by the destination server but may be skipped by TSPU.