diff --git a/luci-app-youtubeUnblock/luasrc/model/cbi/youtubeUnblock.lua b/luci-app-youtubeUnblock/luasrc/model/cbi/youtubeUnblock.lua index dffba5d..7678aa3 100644 --- a/luci-app-youtubeUnblock/luasrc/model/cbi/youtubeUnblock.lua +++ b/luci-app-youtubeUnblock/luasrc/model/cbi/youtubeUnblock.lua @@ -10,7 +10,7 @@ o = s:option(ListValue, "faking_strategy", "faking strategy", [[ This flag determines the strategy of fake packets invalidation.
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. randseq specifies that random sequence/acknowledgment 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.