Skip to content

Commit

Permalink
youtubeUnblock.lua: minor correction of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MayanKoyote authored Nov 25, 2024
1 parent e764a20 commit 9a50ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions luci-app-youtubeUnblock/luasrc/model/cbi/youtubeUnblock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ o = s:option(ListValue, "faking_strategy", "faking strategy",
[[
This flag determines the strategy of fake packets invalidation.
<ul style="list-style: disc">
<li><code>randseq</code> 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. </li>
<li><code>randseq</code> 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. </li>
<li><code>ttl</code> specifies that packet will be invalidated after --faking-ttl=n hops. ttl is better but may cause issues if unconfigured. </li>
<li><code>pastseq</code> is like randseq but sequence number is not random but references the packet sent in the past (before current). </li>
<li><code>tcp_check</code> will invalidate faking packet with invalid checksum. May be handled and dropped by some providers/TSPUs.</li>
Expand Down Expand Up @@ -95,7 +95,7 @@ o = s:option(Flag, "all_domains", "Target all domains", "Use this option if you
o = s:option(DynamicList, "sni_domains", "sni domains", "List of domains you want to be handled by SNI.")
o:depends("all_domains", 0)

o = s:option(DynamicList, "exclude_domains", "excluded domains", "List of domains to be excluded from targetting.")
o = s:option(DynamicList, "exclude_domains", "excluded domains", "List of domains to be excluded from targeting.")

o = s:option(Value, "post_args", "Post args", "Anything you pass here will be passed to youtubeUnblock as raw args")

Expand Down

0 comments on commit 9a50ee5

Please sign in to comment.