up
This commit is contained in:
3
.github/ISSUE_TEMPLATE.md
vendored
Normal file
3
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
提问之前,请先查阅:[V2Ray 一键安装脚本疑问集合](https://233v2.com/post/10/)
|
||||
|
||||
若需要发起提问,请删除这些内容
|
||||
674
LICENSE
Normal file
674
LICENSE
Normal file
@@ -0,0 +1,674 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||
9
README.md
Normal file
9
README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## 说明
|
||||
|
||||
这是一个固定 v4.45.2 版本的 V2RAY 脚本安装, 避免一些莫名其妙无法运行的问题。
|
||||
|
||||
## 安装
|
||||
|
||||
```bash
|
||||
bash <(curl -sL https://git.io/v2ray.sh) online old
|
||||
```
|
||||
19
config/233blog.com.cer
Normal file
19
config/233blog.com.cer
Normal file
@@ -0,0 +1,19 @@
|
||||
-----BEGIN CERTIFICATE-----
|
||||
MIIDFzCCAf+gAwIBAgIQVeM+8iZUKrI+M9rkL41DjjANBgkqhkiG9w0BAQsFADAf
|
||||
MQswCQYDVQQKEwJBSTEQMA4GA1UEAxMHMjMzQmxvZzAgFw0xODA1MDExMDIwMjFa
|
||||
GA8yMjg0MDcwNzE2MjAyMVowHzELMAkGA1UEChMCQUkxEDAOBgNVBAMTBzIzM0Js
|
||||
b2cwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDn4tPOuedCbB6kerwg
|
||||
5PSU9tdmGvQc2jVh9xXDfBjSknKkjZoylJ1+IFLRhxl3RtYBgN1xFLhVVOnqpprA
|
||||
KqTbDomsk59+iktmNzZW2b5HuIi3onZ9jxtcwos+rvILrJPgcjX/4qCki/4QWekR
|
||||
aY6LOSuRGqEbIq9Yqqd4/PzLWh1q2pgv2qwwKZlkQTnTj8xs1rlEE7wd/2ibmaHR
|
||||
FgcvRw04TEFUbRRevC7gcyesB8dpfZX1c2OUKtUHp0z0CHF2Tby5g52FAti4YJag
|
||||
HSQmOssCz8JLOhZ9fVp2cuwrDZc2sOn/Jl22ZJHHwNU142HkcuBTye/aAnl0SM3f
|
||||
/vGTAgMBAAGjTTBLMA4GA1UdDwEB/wQEAwIFoDATBgNVHSUEDDAKBggrBgEFBQcD
|
||||
ATAMBgNVHRMBAf8EAjAAMBYGA1UdEQQPMA2CCzIzM2Jsb2cuY29tMA0GCSqGSIb3
|
||||
DQEBCwUAA4IBAQCmyLW3R2Je30zEbMObtjF2oNNj7ELH+bLgRXUIlCzjMcYB9m7d
|
||||
K+2ntfK5iA6tNV2Q4timcSxls15wxPd59oI76ShXA/jSV08fRaq7drDQsOy/jGyn
|
||||
pU1PiQKEDj7dJOLgPWlNZM3cAkretn+owWtY2JIjrVrU8OA9anGes3nT2egrXmHR
|
||||
B+6YPvl+WtPkFIpf+dBJxtIvvJEg0of6HDQvsQfXDIgCQzUHcRt0jtRejK1WzSLf
|
||||
CVjs6H4GFRCr74dC3ovGyQqOznOK0m3QRYUNonQG9s1EAMJ2XBflq5/tqbx9Ef/o
|
||||
CwOT+fjKVhMnbvMN4yCkJeJyDIPdWvHOdawk
|
||||
-----END CERTIFICATE-----
|
||||
27
config/233blog.com.key
Normal file
27
config/233blog.com.key
Normal file
@@ -0,0 +1,27 @@
|
||||
-----BEGIN RSA PRIVATE KEY-----
|
||||
MIIEowIBAAKCAQEA5+LTzrnnQmwepHq8IOT0lPbXZhr0HNo1YfcVw3wY0pJypI2a
|
||||
MpSdfiBS0YcZd0bWAYDdcRS4VVTp6qaawCqk2w6JrJOffopLZjc2Vtm+R7iIt6J2
|
||||
fY8bXMKLPq7yC6yT4HI1/+KgpIv+EFnpEWmOizkrkRqhGyKvWKqnePz8y1odatqY
|
||||
L9qsMCmZZEE504/MbNa5RBO8Hf9om5mh0RYHL0cNOExBVG0UXrwu4HMnrAfHaX2V
|
||||
9XNjlCrVB6dM9Ahxdk28uYOdhQLYuGCWoB0kJjrLAs/CSzoWfX1adnLsKw2XNrDp
|
||||
/yZdtmSRx8DVNeNh5HLgU8nv2gJ5dEjN3/7xkwIDAQABAoIBAEqvb/DBR47JLAVl
|
||||
0nn1xCDGcBHe1IkGbvMilcvkiEoqCOqfAO8RlrgsyP/bN4SHOB471xa4ybYSJ1UA
|
||||
XA9QrNAxGn6O/WvQNwCw/7txXivTb5VVqjw+f12c+yQxTJwd9XLw1huYbo0Q2b+C
|
||||
deK50MNeon2VyhXnUfqI3G/Ha9RCkP1kLXUJY5cU/BCHtY/tBxcgxeAqHp39h92Z
|
||||
6yqJcZ7zcu+UUrQPbn3Oo8+rohKLz1crIfe3EEH72OO9LkaAA8nXeA06bKqaoZjP
|
||||
o+KF6Mb7E67JBlalpadWIYUEj7lGmUU22kP57T6YNF/2E1PyPNHCyO5PoUzGgTFV
|
||||
G+cCCuECgYEA7RHo8cdsZZdIPYc1sBu9qfhxNezdElzT4qfjJ1sibD7rtO6ZVS/9
|
||||
eqRj8H0KSQzERQ9G8OuiBvcmzjo2VNiSCT/9wRIH7TrvAxcnCFdOI5k+W5XAYxoz
|
||||
BoxdfB3KziTLlcOSLFU8ID5BjbkwBiIbZ+RZ4MhPGOHcQokvspWiUiUCgYEA+mbz
|
||||
KvpF5+Uu8Mc3nEEUXa+6l3ZC85bRH0MCS0CtdFF3N3Tuteaa8IzTiumy4OAy8Y4j
|
||||
57VYX0TRosZhwqaFFB4dHnpJvxK7u8eI3Xqb7VQ6c0jQDK0GhmWz0i4WCZQUeFsa
|
||||
3b6goclgo5y5z31G08XKYB6o4foLK1NrnHpEu1cCgYB7h1qPKW/VG9gbn2mdQ0c3
|
||||
2un6xFqJZ+9MaljVuAoex0aAt9cT6Xa2QhSFSlJisBFRPt2jSdTatkv1J6YJ3fNy
|
||||
eHKb+O5CcfP680R2dy+TIxW4GTbvLMarwdYwh0GW2ttuRULUcPFsh6QW2gkpGPqY
|
||||
zwb6NsXoXEAuN1ewQYIcNQKBgQCrtpmeqU3y/lk4SIU8I+zhajac0z6KaKwzsfIK
|
||||
xOmt0IfegdOI7gDmYMxYgHZoe5azy3OX2+YkPr87zqsPnr231AbH9bhIzYHr/aM/
|
||||
rmrrT01d7VqutqC43Vl5Ep2OJ/v5pRBBbA4fpEcfK8TIIvLFGufzDlNl0+CA743m
|
||||
GnqztQKBgGxqQTInnvP8AHF7eu5L7gMs3gSrZbaSB4e6Hb9qaMdru9sOiHTmtKFc
|
||||
P5z1pGgKWAN7VYF2ZLzJ+NYxJn63R9mkH0PuPzh8j+0Wdkpe2msVCIuZ/wm3Iv7f
|
||||
VkFaQ64OitX/HpifTmh+dUaOWJ7GjW1PyDWjdPxViPdB+DQcDXFV
|
||||
-----END RSA PRIVATE KEY-----
|
||||
87
config/backup.conf
Normal file
87
config/backup.conf
Normal file
@@ -0,0 +1,87 @@
|
||||
# -----------------------------------
|
||||
# 警告...请不要修改或删除这个文件...谢谢
|
||||
# 警告...请不要修改或删除这个文件...谢谢
|
||||
# 警告...请不要修改或删除这个文件...谢谢
|
||||
# -----------------------------------
|
||||
|
||||
# ---- 再次提醒 ----
|
||||
# 大胸弟...如果你看到了这个...记得不要修改或更改这个文件
|
||||
|
||||
# ---- 说明 ----
|
||||
# 嗯……这个文件呢,是用来备份一些设置的
|
||||
#
|
||||
mark=v3
|
||||
#
|
||||
#
|
||||
|
||||
# ---- V2Ray 传输协议 -----
|
||||
v2ray_transport=1
|
||||
|
||||
#---- V2Ray 端口 -----
|
||||
v2ray_port=2333
|
||||
|
||||
#---- UUID -----
|
||||
v2ray_id=e55c8d17-2cf3-b21a-bcf1-eeacb011ed79
|
||||
|
||||
#---- alterId -----
|
||||
alterId=0
|
||||
|
||||
#---- V2Ray 动态端口开始 -----
|
||||
v2ray_dynamicPort_start=10000
|
||||
|
||||
#---- V2Ray 动态端口结束 -----
|
||||
v2ray_dynamicPort_end=20000
|
||||
|
||||
#---- 域名 -----
|
||||
domain=233blog.com
|
||||
|
||||
#---- caddy -----
|
||||
caddy=
|
||||
|
||||
#---- Shadowsocks -----
|
||||
shadowsocks=
|
||||
|
||||
#---- Shadowsocks 端口 -----
|
||||
ssport=6666
|
||||
|
||||
#---- Shadowsocks 密码 -----
|
||||
sspass=233blog.com
|
||||
|
||||
#---- Shadowsocks 加密协议 -----
|
||||
ssciphers=chacha20-ietf
|
||||
|
||||
#---- 屏蔽广告 -----
|
||||
ban_ad=
|
||||
|
||||
#---- 网站伪装 -----
|
||||
path_status=
|
||||
|
||||
#---- 伪装的路径 -----
|
||||
path=233blog
|
||||
|
||||
#---- 伪装的网址 -----
|
||||
proxy_site=https://liyafly.com
|
||||
|
||||
#---- Socks -----
|
||||
socks=
|
||||
|
||||
#---- Socks 端口-----
|
||||
socks_port=233
|
||||
|
||||
#---- Socks 用户名 -----
|
||||
socks_username=233blog
|
||||
|
||||
#---- Socks 密码 -----
|
||||
socks_userpass=233blog.com
|
||||
|
||||
#---- MTProto -----
|
||||
mtproto=
|
||||
|
||||
#---- MTProto 端口-----
|
||||
mtproto_port=233
|
||||
|
||||
#---- MTProto 用户密钥 -----
|
||||
mtproto_secret=lalala
|
||||
|
||||
#---- 屏蔽 BT -----
|
||||
ban_bt=true
|
||||
147
config/client/h2.json
Normal file
147
config/client/h2.json
Normal file
@@ -0,0 +1,147 @@
|
||||
{
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"vnext": [
|
||||
{
|
||||
"address": "233blog.com",
|
||||
"port": 2333,
|
||||
"users": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"alterId": 233,
|
||||
"security": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "h2",
|
||||
"security": "tls",
|
||||
"httpSettings": {
|
||||
"host": [
|
||||
"233blog.com"
|
||||
],
|
||||
"path": "/233blog"
|
||||
}
|
||||
},
|
||||
"mux": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
},
|
||||
{
|
||||
"protocol": "dns",
|
||||
"tag": "dns-out"
|
||||
}
|
||||
],
|
||||
"inbounds": [
|
||||
{
|
||||
"port": "1099",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"network": "tcp,udp",
|
||||
"timeout": 0,
|
||||
"followRedirect": true
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": ["http", "tls"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2133,
|
||||
"tag": "dns-in",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"timeout": 0,
|
||||
"network": "tcp,udp"
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "socks",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 6666,
|
||||
"protocol": "http",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
{
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"expectIPs": [
|
||||
"geoip:cn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "1.1.1.1",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:geolocation-!cn"
|
||||
]
|
||||
},
|
||||
"8.8.8.8",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"inboundTag": [
|
||||
"dns-in"
|
||||
],
|
||||
"outboundTag": "dns-out"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
177
config/client/http.json
Normal file
177
config/client/http.json
Normal file
@@ -0,0 +1,177 @@
|
||||
{
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"vnext": [
|
||||
{
|
||||
"address": "233blog.com",
|
||||
"port": 2333,
|
||||
"users": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"alterId": 233,
|
||||
"security": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp",
|
||||
"tcpSettings": {
|
||||
"header": {
|
||||
"type": "http",
|
||||
"request": {
|
||||
"version": "1.1",
|
||||
"method": "GET",
|
||||
"path": [
|
||||
"/"
|
||||
],
|
||||
"headers": {
|
||||
"Host": [
|
||||
"www.cloudflare.com",
|
||||
"www.amazon.com"
|
||||
],
|
||||
"User-Agent": [
|
||||
"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36",
|
||||
"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36",
|
||||
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36",
|
||||
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0"
|
||||
],
|
||||
"Accept": [
|
||||
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8"
|
||||
],
|
||||
"Accept-language": [
|
||||
"zh-CN,zh;q=0.8,en-US;q=0.6,en;q=0.4"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, deflate, br"
|
||||
],
|
||||
"Cache-Control": [
|
||||
"no-cache"
|
||||
],
|
||||
"Pragma": "no-cache"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"mux": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
},
|
||||
{
|
||||
"protocol": "dns",
|
||||
"tag": "dns-out"
|
||||
}
|
||||
],
|
||||
"inbounds": [
|
||||
{
|
||||
"port": "1099",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"network": "tcp,udp",
|
||||
"timeout": 0,
|
||||
"followRedirect": true
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": ["http", "tls"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2133,
|
||||
"tag": "dns-in",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"timeout": 0,
|
||||
"network": "tcp,udp"
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "socks",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 6666,
|
||||
"protocol": "http",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
{
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"expectIPs": [
|
||||
"geoip:cn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "1.1.1.1",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:geolocation-!cn"
|
||||
]
|
||||
},
|
||||
"8.8.8.8",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"inboundTag": [
|
||||
"dns-in"
|
||||
],
|
||||
"outboundTag": "dns-out"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
148
config/client/kcp.json
Normal file
148
config/client/kcp.json
Normal file
@@ -0,0 +1,148 @@
|
||||
{
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"vnext": [
|
||||
{
|
||||
"address": "233blog.com",
|
||||
"port": 2333,
|
||||
"users": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"alterId": 233,
|
||||
"security": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "kcp",
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100,
|
||||
"congestion": true,
|
||||
"header": {
|
||||
"type": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mux": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
},
|
||||
{
|
||||
"protocol": "dns",
|
||||
"tag": "dns-out"
|
||||
}
|
||||
],
|
||||
"inbounds": [
|
||||
{
|
||||
"port": "1099",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"network": "tcp,udp",
|
||||
"timeout": 0,
|
||||
"followRedirect": true
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": ["http", "tls"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2133,
|
||||
"tag": "dns-in",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"timeout": 0,
|
||||
"network": "tcp,udp"
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "socks",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 6666,
|
||||
"protocol": "http",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
{
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"expectIPs": [
|
||||
"geoip:cn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "1.1.1.1",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:geolocation-!cn"
|
||||
]
|
||||
},
|
||||
"8.8.8.8",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"inboundTag": [
|
||||
"dns-in"
|
||||
],
|
||||
"outboundTag": "dns-out"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
147
config/client/quic.json
Normal file
147
config/client/quic.json
Normal file
@@ -0,0 +1,147 @@
|
||||
{
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"vnext": [
|
||||
{
|
||||
"address": "233blog.com",
|
||||
"port": 2333,
|
||||
"users": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"alterId": 233,
|
||||
"security": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "quic",
|
||||
"quicSettings": {
|
||||
"security": "aes-128-gcm",
|
||||
"key": "",
|
||||
"header": {
|
||||
"type": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mux": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
},
|
||||
{
|
||||
"protocol": "dns",
|
||||
"tag": "dns-out"
|
||||
}
|
||||
],
|
||||
"inbounds": [
|
||||
{
|
||||
"port": "1099",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"network": "tcp,udp",
|
||||
"timeout": 0,
|
||||
"followRedirect": true
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": ["http", "tls"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2133,
|
||||
"tag": "dns-in",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"timeout": 0,
|
||||
"network": "tcp,udp"
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "socks",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 6666,
|
||||
"protocol": "http",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
{
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"expectIPs": [
|
||||
"geoip:cn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "1.1.1.1",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:geolocation-!cn"
|
||||
]
|
||||
},
|
||||
"8.8.8.8",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"inboundTag": [
|
||||
"dns-in"
|
||||
],
|
||||
"outboundTag": "dns-out"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
137
config/client/tcp.json
Normal file
137
config/client/tcp.json
Normal file
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"vnext": [
|
||||
{
|
||||
"address": "233blog.com",
|
||||
"port": 2333,
|
||||
"users": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"alterId": 233,
|
||||
"security": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"mux": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
},
|
||||
{
|
||||
"protocol": "dns",
|
||||
"tag": "dns-out"
|
||||
}
|
||||
],
|
||||
"inbounds": [
|
||||
{
|
||||
"port": "1099",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"network": "tcp,udp",
|
||||
"timeout": 0,
|
||||
"followRedirect": true
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": ["http", "tls"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2133,
|
||||
"tag": "dns-in",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"timeout": 0,
|
||||
"network": "tcp,udp"
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "socks",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 6666,
|
||||
"protocol": "http",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
{
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"expectIPs": [
|
||||
"geoip:cn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "1.1.1.1",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:geolocation-!cn"
|
||||
]
|
||||
},
|
||||
"8.8.8.8",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"inboundTag": [
|
||||
"dns-in"
|
||||
],
|
||||
"outboundTag": "dns-out"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
150
config/client/vless_ws_tls.json
Normal file
150
config/client/vless_ws_tls.json
Normal file
@@ -0,0 +1,150 @@
|
||||
{
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "vless",
|
||||
"settings": {
|
||||
"vnext": [
|
||||
{
|
||||
"address": "233blog.com",
|
||||
"port": 2333,
|
||||
"users": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"encryption": "none",
|
||||
"security": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "ws",
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
"serverName": "233blog.com"
|
||||
},
|
||||
"wsSettings": {
|
||||
"path": "/233blog",
|
||||
"headers": {
|
||||
"Host": "233blog.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mux": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
},
|
||||
{
|
||||
"protocol": "dns",
|
||||
"tag": "dns-out"
|
||||
}
|
||||
],
|
||||
"inbounds": [
|
||||
{
|
||||
"port": "1099",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"network": "tcp,udp",
|
||||
"timeout": 0,
|
||||
"followRedirect": true
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": ["http", "tls"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2133,
|
||||
"tag": "dns-in",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"timeout": 0,
|
||||
"network": "tcp,udp"
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "socks",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 6666,
|
||||
"protocol": "http",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
{
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"expectIPs": [
|
||||
"geoip:cn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "1.1.1.1",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:geolocation-!cn"
|
||||
]
|
||||
},
|
||||
"8.8.8.8",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"inboundTag": [
|
||||
"dns-in"
|
||||
],
|
||||
"outboundTag": "dns-out"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
140
config/client/ws.json
Normal file
140
config/client/ws.json
Normal file
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"vnext": [
|
||||
{
|
||||
"address": "233blog.com",
|
||||
"port": 2333,
|
||||
"users": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"alterId": 233,
|
||||
"security": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "ws"
|
||||
},
|
||||
"mux": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
},
|
||||
{
|
||||
"protocol": "dns",
|
||||
"tag": "dns-out"
|
||||
}
|
||||
],
|
||||
"inbounds": [
|
||||
{
|
||||
"port": "1099",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"network": "tcp,udp",
|
||||
"timeout": 0,
|
||||
"followRedirect": true
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": ["http", "tls"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2133,
|
||||
"tag": "dns-in",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"timeout": 0,
|
||||
"network": "tcp,udp"
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "socks",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 6666,
|
||||
"protocol": "http",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
{
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"expectIPs": [
|
||||
"geoip:cn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "1.1.1.1",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:geolocation-!cn"
|
||||
]
|
||||
},
|
||||
"8.8.8.8",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"inboundTag": [
|
||||
"dns-in"
|
||||
],
|
||||
"outboundTag": "dns-out"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
150
config/client/ws_tls.json
Normal file
150
config/client/ws_tls.json
Normal file
@@ -0,0 +1,150 @@
|
||||
{
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"vnext": [
|
||||
{
|
||||
"address": "233blog.com",
|
||||
"port": 2333,
|
||||
"users": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"alterId": 233,
|
||||
"security": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "ws",
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
"serverName": "233blog.com"
|
||||
},
|
||||
"wsSettings": {
|
||||
"path": "/233blog",
|
||||
"headers": {
|
||||
"Host": "233blog.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mux": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
},
|
||||
{
|
||||
"protocol": "dns",
|
||||
"tag": "dns-out"
|
||||
}
|
||||
],
|
||||
"inbounds": [
|
||||
{
|
||||
"port": "1099",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"network": "tcp,udp",
|
||||
"timeout": 0,
|
||||
"followRedirect": true
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": ["http", "tls"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2133,
|
||||
"tag": "dns-in",
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"timeout": 0,
|
||||
"network": "tcp,udp"
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "socks",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"port": 6666,
|
||||
"protocol": "http",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
{
|
||||
"address": "119.29.29.29",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"expectIPs": [
|
||||
"geoip:cn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "1.1.1.1",
|
||||
"port": 53,
|
||||
"domains": [
|
||||
"geosite:geolocation-!cn"
|
||||
]
|
||||
},
|
||||
"8.8.8.8",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"inboundTag": [
|
||||
"dns-in"
|
||||
],
|
||||
"outboundTag": "dns-out"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"geosite:cn"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
1
config/domain.txt
Normal file
1
config/domain.txt
Normal file
@@ -0,0 +1 @@
|
||||
## 欢迎 PR 要屏蔽的域名
|
||||
9
config/hosts.sh
Normal file
9
config/hosts.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 生成要屏蔽的域名... MVPS HOSTS....
|
||||
curl "http://winhelp2002.mvps.org/hosts.txt" -o hosts.txt
|
||||
sed -i '/^#/d; /localhost/d; /^$/d; s/0.0.0.0 //g; s/ //' hosts.txt
|
||||
sed -i 's/#\(.*\)//g' hosts.txt
|
||||
sed -i '/^\s*$/d' hosts.txt
|
||||
sed -i 's/^/"/; s/\s*$/",/' hosts.txt
|
||||
sed -i '$s/,//' hosts.txt
|
||||
145
config/server/dynamic/http.json
Normal file
145
config/server/dynamic/http.json
Normal file
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"level": 1,
|
||||
"alterId": 233
|
||||
}
|
||||
],
|
||||
"detour": {
|
||||
"to": "dynamic"
|
||||
}
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp",
|
||||
"tcpSettings": {
|
||||
"header": {
|
||||
"type": "http"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "vmess",
|
||||
"port": "10000-20000",
|
||||
"tag": "dynamic",
|
||||
"settings": {
|
||||
"default": {
|
||||
"level": 1,
|
||||
"alterId": 32
|
||||
}
|
||||
},
|
||||
"allocate": {
|
||||
"strategy": "random",
|
||||
"concurrency": 2,
|
||||
"refresh": 5
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp",
|
||||
"tcpSettings": {
|
||||
"header": {
|
||||
"type": "http",
|
||||
"response": {
|
||||
"version": "1.1",
|
||||
"status": "200",
|
||||
"reason": "OK",
|
||||
"headers": {
|
||||
"Content-encoding": [
|
||||
"gzip"
|
||||
],
|
||||
"Content-Type": [
|
||||
"text/html; charset=utf-8"
|
||||
],
|
||||
"Cache-Control": [
|
||||
"no-cache"
|
||||
],
|
||||
"Vary": [
|
||||
"Accept-Encoding"
|
||||
],
|
||||
"X-Frame-Options": [
|
||||
"deny"
|
||||
],
|
||||
"X-XSS-Protection": [
|
||||
"1; mode=block"
|
||||
],
|
||||
"X-content-type-options": [
|
||||
"nosniff"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
//include_ss
|
||||
//include_socks
|
||||
//include_mtproto
|
||||
//include_in_config
|
||||
//
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {
|
||||
"domainStrategy": "UseIP"
|
||||
},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
}
|
||||
//include_out_config
|
||||
//
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
"https+local://dns.google/dns-query",
|
||||
"8.8.8.8",
|
||||
"1.1.1.1",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
//include_ban_xx
|
||||
//include_ban_bt
|
||||
//include_ban_ad
|
||||
//include_rules
|
||||
//
|
||||
]
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100,
|
||||
"congestion": true
|
||||
}
|
||||
}
|
||||
}
|
||||
117
config/server/dynamic/kcp.json
Normal file
117
config/server/dynamic/kcp.json
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"level": 1,
|
||||
"alterId": 233
|
||||
}
|
||||
],
|
||||
"detour": {
|
||||
"to": "dynamic"
|
||||
}
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "kcp",
|
||||
"kcpSettings": {
|
||||
"header": {
|
||||
"type": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "vmess",
|
||||
"port": "10000-20000",
|
||||
"tag": "dynamic",
|
||||
"settings": {
|
||||
"default": {
|
||||
"level": 1,
|
||||
"alterId": 32
|
||||
}
|
||||
},
|
||||
"allocate": {
|
||||
"strategy": "random",
|
||||
"concurrency": 2,
|
||||
"refresh": 5
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "kcp",
|
||||
"kcpSettings": {
|
||||
"header": {
|
||||
"type": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
//include_ss
|
||||
//include_socks
|
||||
//include_mtproto
|
||||
//include_in_config
|
||||
//
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {
|
||||
"domainStrategy": "UseIP"
|
||||
},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
}
|
||||
//include_out_config
|
||||
//
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
"https+local://dns.google/dns-query",
|
||||
"8.8.8.8",
|
||||
"1.1.1.1",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
//include_ban_xx
|
||||
//include_ban_bt
|
||||
//include_ban_ad
|
||||
//include_rules
|
||||
//
|
||||
]
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100,
|
||||
"congestion": true
|
||||
}
|
||||
}
|
||||
}
|
||||
119
config/server/dynamic/quic.json
Normal file
119
config/server/dynamic/quic.json
Normal file
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"level": 1,
|
||||
"alterId": 233
|
||||
}
|
||||
],
|
||||
"detour": {
|
||||
"to": "dynamic"
|
||||
}
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "quic",
|
||||
"quicSettings": {
|
||||
"key": "",
|
||||
"header": {
|
||||
"type": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "vmess",
|
||||
"port": "10000-20000",
|
||||
"tag": "dynamic",
|
||||
"settings": {
|
||||
"default": {
|
||||
"level": 1,
|
||||
"alterId": 32
|
||||
}
|
||||
},
|
||||
"allocate": {
|
||||
"strategy": "random",
|
||||
"concurrency": 2,
|
||||
"refresh": 5
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "quic",
|
||||
"quicSettings": {
|
||||
"key": "",
|
||||
"header": {
|
||||
"type": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
//include_ss
|
||||
//include_socks
|
||||
//include_mtproto
|
||||
//include_in_config
|
||||
//
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {
|
||||
"domainStrategy": "UseIP"
|
||||
},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
}
|
||||
//include_out_config
|
||||
//
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
"https+local://dns.google/dns-query",
|
||||
"8.8.8.8",
|
||||
"1.1.1.1",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
//include_ban_xx
|
||||
//include_ban_bt
|
||||
//include_ban_ad
|
||||
//include_rules
|
||||
//
|
||||
]
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100,
|
||||
"congestion": true
|
||||
}
|
||||
}
|
||||
}
|
||||
104
config/server/dynamic/tcp.json
Normal file
104
config/server/dynamic/tcp.json
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"level": 1,
|
||||
"alterId": 233
|
||||
}
|
||||
],
|
||||
"detour": {
|
||||
"to": "dynamic"
|
||||
}
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp"
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "vmess",
|
||||
"port": "10000-20000",
|
||||
"tag": "dynamic",
|
||||
"settings": {
|
||||
"default": {
|
||||
"level": 1,
|
||||
"alterId": 32
|
||||
}
|
||||
},
|
||||
"allocate": {
|
||||
"strategy": "random",
|
||||
"concurrency": 2,
|
||||
"refresh": 5
|
||||
}
|
||||
}
|
||||
//include_ss
|
||||
//include_socks
|
||||
//include_mtproto
|
||||
//include_in_config
|
||||
//
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {
|
||||
"domainStrategy": "UseIP"
|
||||
},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
}
|
||||
//include_out_config
|
||||
//
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
"https+local://dns.google/dns-query",
|
||||
"8.8.8.8",
|
||||
"1.1.1.1",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
//include_ban_xx
|
||||
//include_ban_bt
|
||||
//include_ban_ad
|
||||
//include_rules
|
||||
//
|
||||
]
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100,
|
||||
"congestion": true
|
||||
}
|
||||
}
|
||||
}
|
||||
107
config/server/dynamic/ws.json
Normal file
107
config/server/dynamic/ws.json
Normal file
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"level": 1,
|
||||
"alterId": 233
|
||||
}
|
||||
],
|
||||
"detour": {
|
||||
"to": "dynamic"
|
||||
}
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "ws"
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "vmess",
|
||||
"port": "10000-20000",
|
||||
"tag": "dynamic",
|
||||
"settings": {
|
||||
"default": {
|
||||
"level": 1,
|
||||
"alterId": 32
|
||||
}
|
||||
},
|
||||
"allocate": {
|
||||
"strategy": "random",
|
||||
"concurrency": 2,
|
||||
"refresh": 5
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "ws"
|
||||
}
|
||||
}
|
||||
//include_ss
|
||||
//include_socks
|
||||
//include_mtproto
|
||||
//include_in_config
|
||||
//
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {
|
||||
"domainStrategy": "UseIP"
|
||||
},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
}
|
||||
//include_out_config
|
||||
//
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
"https+local://dns.google/dns-query",
|
||||
"8.8.8.8",
|
||||
"1.1.1.1",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
//include_ban_xx
|
||||
//include_ban_bt
|
||||
//include_ban_ad
|
||||
//include_rules
|
||||
//
|
||||
]
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100,
|
||||
"congestion": true
|
||||
}
|
||||
}
|
||||
}
|
||||
91
config/server/h2.json
Normal file
91
config/server/h2.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"level": 1,
|
||||
"alterId": 233
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "h2",
|
||||
"httpSettings": {
|
||||
"host": [
|
||||
"233blog.com"
|
||||
],
|
||||
"path": "/233blog"
|
||||
}
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
//include_ss
|
||||
//include_socks
|
||||
//include_mtproto
|
||||
//include_in_config
|
||||
//
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {
|
||||
"domainStrategy": "UseIP"
|
||||
},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
}
|
||||
//include_out_config
|
||||
//
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
"https+local://dns.google/dns-query",
|
||||
"8.8.8.8",
|
||||
"1.1.1.1",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
//include_ban_xx
|
||||
//include_ban_bt
|
||||
//include_ban_ad
|
||||
//include_rules
|
||||
//
|
||||
]
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100,
|
||||
"congestion": true
|
||||
}
|
||||
}
|
||||
}
|
||||
118
config/server/http.json
Normal file
118
config/server/http.json
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"level": 1,
|
||||
"alterId": 233
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp",
|
||||
"tcpSettings": {
|
||||
"header": {
|
||||
"type": "http",
|
||||
"response": {
|
||||
"version": "1.1",
|
||||
"status": "200",
|
||||
"reason": "OK",
|
||||
"headers": {
|
||||
"Content-encoding": [
|
||||
"gzip"
|
||||
],
|
||||
"Content-Type": [
|
||||
"text/html; charset=utf-8"
|
||||
],
|
||||
"Cache-Control": [
|
||||
"no-cache"
|
||||
],
|
||||
"Vary": [
|
||||
"Accept-Encoding"
|
||||
],
|
||||
"X-Frame-Options": [
|
||||
"deny"
|
||||
],
|
||||
"X-XSS-Protection": [
|
||||
"1; mode=block"
|
||||
],
|
||||
"X-content-type-options": [
|
||||
"nosniff"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
//include_ss
|
||||
//include_socks
|
||||
//include_mtproto
|
||||
//include_in_config
|
||||
//
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {
|
||||
"domainStrategy": "UseIP"
|
||||
},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
}
|
||||
//include_out_config
|
||||
//
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
"https+local://8.8.8.8/dns-query",
|
||||
"8.8.8.8",
|
||||
"1.1.1.1",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
//include_ban_xx
|
||||
//include_ban_bt
|
||||
//include_ban_ad
|
||||
//include_rules
|
||||
//
|
||||
]
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100,
|
||||
"congestion": true
|
||||
}
|
||||
}
|
||||
}
|
||||
12455
config/server/include/ad.json
Normal file
12455
config/server/include/ad.json
Normal file
File diff suppressed because it is too large
Load Diff
30
config/server/include/ban.json
Normal file
30
config/server/include/ban.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"domain:epochtimes.com",
|
||||
"domain:epochtimes.com.tw",
|
||||
"domain:epochtimes.fr",
|
||||
"domain:epochtimes.de",
|
||||
"domain:epochtimes.jp",
|
||||
"domain:epochtimes.ru",
|
||||
"domain:epochtimes.co.il",
|
||||
"domain:epochtimes.co.kr",
|
||||
"domain:epochtimes-romania.com",
|
||||
"domain:erabaru.net",
|
||||
"domain:lagranepoca.com",
|
||||
"domain:theepochtimes.com",
|
||||
"domain:ntdtv.com",
|
||||
"domain:ntd.tv",
|
||||
"domain:ntdtv-dc.com",
|
||||
"domain:ntdtv.com.tw",
|
||||
"domain:minghui.org",
|
||||
"domain:renminbao.com",
|
||||
"domain:dafahao.com",
|
||||
"domain:dongtaiwang.com",
|
||||
"domain:falundafa.org",
|
||||
"domain:wujieliulan.com",
|
||||
"domain:ninecommentaries.com",
|
||||
"domain:shenyun.com"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
7
config/server/include/bt.json
Normal file
7
config/server/include/bt.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "field",
|
||||
"protocol": [
|
||||
"bittorrent"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
12
config/server/include/mtproto.json
Normal file
12
config/server/include/mtproto.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"protocol": "mtproto",
|
||||
"port": 6666,
|
||||
"tag": "tg-in",
|
||||
"settings": {
|
||||
"users": [
|
||||
{
|
||||
"secret": "bb8a7fbd7190e345024845f07373ec48"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
16
config/server/include/socks.json
Normal file
16
config/server/include/socks.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"protocol": "socks",
|
||||
"port": 6666,
|
||||
"settings": {
|
||||
"auth": "password",
|
||||
"accounts": [
|
||||
{
|
||||
"user": "233v2.com",
|
||||
"pass": "233blog.com"
|
||||
}
|
||||
],
|
||||
"udp": true,
|
||||
"timeout": 0,
|
||||
"userLevel": 1
|
||||
}
|
||||
}
|
||||
11
config/server/include/ss.json
Normal file
11
config/server/include/ss.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"protocol": "shadowsocks",
|
||||
"port": 6666,
|
||||
"settings": {
|
||||
"method": "chacha20-ietf",
|
||||
"password": "233blog.com",
|
||||
"network": "tcp,udp",
|
||||
"level": 1,
|
||||
"ota": false
|
||||
}
|
||||
}
|
||||
90
config/server/kcp.json
Normal file
90
config/server/kcp.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"level": 1,
|
||||
"alterId": 233
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "kcp",
|
||||
"kcpSettings": {
|
||||
"header": {
|
||||
"type": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
//include_ss
|
||||
//include_socks
|
||||
//include_mtproto
|
||||
//include_in_config
|
||||
//
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {
|
||||
"domainStrategy": "UseIP"
|
||||
},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
}
|
||||
//include_out_config
|
||||
//
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
"https+local://dns.google/dns-query",
|
||||
"8.8.8.8",
|
||||
"1.1.1.1",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
//include_ban_xx
|
||||
//include_ban_bt
|
||||
//include_ban_ad
|
||||
//include_rules
|
||||
//
|
||||
]
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100,
|
||||
"congestion": true
|
||||
}
|
||||
}
|
||||
}
|
||||
91
config/server/quic.json
Normal file
91
config/server/quic.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"level": 1,
|
||||
"alterId": 233
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "quic",
|
||||
"quicSettings": {
|
||||
"key": "",
|
||||
"header": {
|
||||
"type": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
//include_ss
|
||||
//include_socks
|
||||
//include_mtproto
|
||||
//include_in_config
|
||||
//
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {
|
||||
"domainStrategy": "UseIP"
|
||||
},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
}
|
||||
//include_out_config
|
||||
//
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
"https+local://dns.google/dns-query",
|
||||
"8.8.8.8",
|
||||
"1.1.1.1",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
//include_ban_xx
|
||||
//include_ban_bt
|
||||
//include_ban_ad
|
||||
//include_rules
|
||||
//
|
||||
]
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100,
|
||||
"congestion": true
|
||||
}
|
||||
}
|
||||
}
|
||||
85
config/server/tcp.json
Normal file
85
config/server/tcp.json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"level": 1,
|
||||
"alterId": 233
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp"
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
//include_ss
|
||||
//include_socks
|
||||
//include_mtproto
|
||||
//include_in_config
|
||||
//
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {
|
||||
"domainStrategy": "UseIP"
|
||||
},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
}
|
||||
//include_out_config
|
||||
//
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
"https+local://dns.google/dns-query",
|
||||
"8.8.8.8",
|
||||
"1.1.1.1",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
//include_ban_xx
|
||||
//include_ban_bt
|
||||
//include_ban_ad
|
||||
//include_rules
|
||||
//
|
||||
]
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100,
|
||||
"congestion": true
|
||||
}
|
||||
}
|
||||
}
|
||||
87
config/server/vless_ws.json
Normal file
87
config/server/vless_ws.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "vless",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"level": 1,
|
||||
"alterId": 233
|
||||
}
|
||||
],
|
||||
"decryption": "none"
|
||||
},
|
||||
"listen": "127.0.0.1",
|
||||
"streamSettings": {
|
||||
"network": "ws"
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
//include_ss
|
||||
//include_socks
|
||||
//include_mtproto
|
||||
//include_in_config
|
||||
//
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {
|
||||
"domainStrategy": "UseIP"
|
||||
},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
}
|
||||
//include_out_config
|
||||
//
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
"https+local://dns.google/dns-query",
|
||||
"8.8.8.8",
|
||||
"1.1.1.1",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
//include_ban_xx
|
||||
//include_ban_bt
|
||||
//include_ban_ad
|
||||
//include_rules
|
||||
//
|
||||
]
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100,
|
||||
"congestion": true
|
||||
}
|
||||
}
|
||||
}
|
||||
85
config/server/ws.json
Normal file
85
config/server/ws.json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 2333,
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79",
|
||||
"level": 1,
|
||||
"alterId": 233
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "ws"
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
//include_ss
|
||||
//include_socks
|
||||
//include_mtproto
|
||||
//include_in_config
|
||||
//
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {
|
||||
"domainStrategy": "UseIP"
|
||||
},
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"protocol": "blackhole",
|
||||
"settings": {},
|
||||
"tag": "blocked"
|
||||
}
|
||||
//include_out_config
|
||||
//
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
"https+local://dns.google/dns-query",
|
||||
"8.8.8.8",
|
||||
"1.1.1.1",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPOnDemand",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
||||
//include_ban_xx
|
||||
//include_ban_bt
|
||||
//include_ban_ad
|
||||
//include_rules
|
||||
//
|
||||
]
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100,
|
||||
"congestion": true
|
||||
}
|
||||
}
|
||||
}
|
||||
1042
install.sh
Normal file
1042
install.sh
Normal file
File diff suppressed because it is too large
Load Diff
6
src/ban_ad.sh
Normal file
6
src/ban_ad.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
# ban ad
|
||||
if [[ $ban_ad ]]; then
|
||||
ban_ad_file="/etc/v2ray/233boy/v2ray/config/server/include/ad.json"
|
||||
sed -i "/\/\/include_ban_ad/r $ban_ad_file" $v2ray_server_config
|
||||
sed -i "s#//include_ban_ad#,#" $v2ray_server_config
|
||||
fi
|
||||
6
src/ban_bt.sh
Normal file
6
src/ban_bt.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
# ban bt
|
||||
if [[ $ban_bt ]]; then
|
||||
ban_bt_file="/etc/v2ray/233boy/v2ray/config/server/include/bt.json"
|
||||
sed -i "/\/\/include_ban_bt/r $ban_bt_file" $v2ray_server_config
|
||||
sed -i "s#//include_ban_bt#,#" $v2ray_server_config
|
||||
fi
|
||||
4
src/ban_xx.sh
Normal file
4
src/ban_xx.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
# ban domain
|
||||
ban_xx_file="/etc/v2ray/233boy/v2ray/config/server/include/ban.json"
|
||||
sed -i "/\/\/include_ban_xx/r $ban_xx_file" $v2ray_server_config
|
||||
sed -i "s#//include_ban_xx#,#" $v2ray_server_config
|
||||
20
src/bbr.sh
Normal file
20
src/bbr.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
_open_bbr() {
|
||||
sed -i '/net.ipv4.tcp_congestion_control/d' /etc/sysctl.conf
|
||||
sed -i '/net.core.default_qdisc/d' /etc/sysctl.conf
|
||||
echo "net.ipv4.tcp_congestion_control = bbr" >>/etc/sysctl.conf
|
||||
echo "net.core.default_qdisc = fq" >>/etc/sysctl.conf
|
||||
sysctl -p >/dev/null 2>&1
|
||||
echo
|
||||
_green "..由于你的 VPS 内核支持开启 BBR ...已经为你启用 BBR 优化...."
|
||||
echo
|
||||
}
|
||||
|
||||
_try_enable_bbr() {
|
||||
local _test1=$(uname -r | cut -d\. -f1)
|
||||
local _test2=$(uname -r | cut -d\. -f2)
|
||||
if [[ $_test1 -eq 4 && $_test2 -ge 9 ]] || [[ $_test1 -ge 5 ]]; then
|
||||
_open_bbr
|
||||
enable_bbr=true
|
||||
fi
|
||||
}
|
||||
|
||||
71
src/bt.sh
Normal file
71
src/bt.sh
Normal file
@@ -0,0 +1,71 @@
|
||||
_ban_bt_main() {
|
||||
if [[ $ban_bt ]]; then
|
||||
local _info="$green已开启$none"
|
||||
else
|
||||
local _info="$red已关闭$none"
|
||||
fi
|
||||
_opt=''
|
||||
while :; do
|
||||
echo
|
||||
echo -e "$yellow 1. $none开启 BT 屏蔽"
|
||||
echo
|
||||
echo -e "$yellow 2. $none关闭 BT 屏蔽"
|
||||
echo
|
||||
echo -e "当前 BT 屏蔽状态: $_info"
|
||||
echo
|
||||
read -p "$(echo -e "请选择 [${magenta}1-2$none]:")" _opt
|
||||
if [[ -z $_opt ]]; then
|
||||
error
|
||||
else
|
||||
case $_opt in
|
||||
1)
|
||||
if [[ $ban_bt ]]; then
|
||||
echo
|
||||
echo -e " 大胸弟...难不成你没有看到 (当前 BT 屏蔽状态: $_info) 这个帅帅的提示么.....还开启个鸡鸡哦"
|
||||
echo
|
||||
else
|
||||
echo
|
||||
echo
|
||||
echo -e "$yellow BT 屏蔽 = $cyan开启$none"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
pause
|
||||
backup_config +bt
|
||||
ban_bt=true
|
||||
config
|
||||
echo
|
||||
echo
|
||||
echo -e "$green BT 屏蔽已开启...如果出现异常..那就关闭它咯$none"
|
||||
echo
|
||||
fi
|
||||
break
|
||||
;;
|
||||
2)
|
||||
if [[ $ban_bt ]]; then
|
||||
echo
|
||||
echo
|
||||
echo -e "$yellow BT 屏蔽 = $cyan关闭$none"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
pause
|
||||
backup_config -bt
|
||||
ban_bt=''
|
||||
config
|
||||
echo
|
||||
echo
|
||||
echo -e "$red BT 屏蔽已关闭...不过你也可以随时重新开启 ...只要你喜欢$none"
|
||||
echo
|
||||
else
|
||||
echo
|
||||
echo -e " 大胸弟...难不成你没有看到 (当前 BT 屏蔽状态: $_info) 这个帅帅的提示么.....还关闭个鸡鸡哦"
|
||||
echo
|
||||
fi
|
||||
break
|
||||
;;
|
||||
*)
|
||||
error
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
done
|
||||
}
|
||||
52
src/caddy-config.sh
Normal file
52
src/caddy-config.sh
Normal file
@@ -0,0 +1,52 @@
|
||||
# local email=$(((RANDOM << 22)))
|
||||
# tls ${email}@gmail.com
|
||||
if [[ $proxy_site ]]; then
|
||||
proxy_is=$(echo $proxy_site | sed 's#/$##')
|
||||
fi
|
||||
case $v2ray_transport in
|
||||
4|33)
|
||||
if [[ $is_path ]]; then
|
||||
cat >/etc/caddy/Caddyfile <<-EOF
|
||||
$domain {
|
||||
reverse_proxy $proxy_is {
|
||||
header_up Host {upstream_hostport}
|
||||
header_up X-Forwarded-Host {host}
|
||||
}
|
||||
handle_path /${path} {
|
||||
reverse_proxy 127.0.0.1:${v2ray_port}
|
||||
}
|
||||
}
|
||||
import sites/*
|
||||
EOF
|
||||
else
|
||||
cat >/etc/caddy/Caddyfile <<-EOF
|
||||
$domain {
|
||||
reverse_proxy 127.0.0.1:${v2ray_port}
|
||||
}
|
||||
import sites/*
|
||||
EOF
|
||||
fi
|
||||
;;
|
||||
5)
|
||||
if [[ $is_path ]]; then
|
||||
cat >/etc/caddy/Caddyfile <<-EOF
|
||||
$domain {
|
||||
reverse_proxy $proxy_is {
|
||||
header_up Host {upstream_hostport}
|
||||
header_up X-Forwarded-Host {host}
|
||||
}
|
||||
reverse_proxy /${path} h2c://127.0.0.1:${v2ray_port}
|
||||
}
|
||||
import sites/*
|
||||
EOF
|
||||
else
|
||||
cat >/etc/caddy/Caddyfile <<-EOF
|
||||
$domain {
|
||||
reverse_proxy h2c://127.0.0.1:${v2ray_port}
|
||||
}
|
||||
import sites/*
|
||||
EOF
|
||||
fi
|
||||
;;
|
||||
|
||||
esac
|
||||
14
src/client_file.sh
Normal file
14
src/client_file.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
# vmess
|
||||
_load vmess-config.sh
|
||||
_get_client_file() {
|
||||
local _link="$(cat $v2ray_client_config | tr -d [:space:] | base64 -w0)"
|
||||
local link="https://233boy.github.io/tools/json.html#${_link}"
|
||||
echo
|
||||
echo "---------- V2Ray 客户端配置文件链接 -------------"
|
||||
echo
|
||||
echo -e ${cyan}$link${none}
|
||||
echo
|
||||
echo " V2Ray 客户端使用教程: https://233v2.com/post/4/"
|
||||
echo
|
||||
echo
|
||||
}
|
||||
23
src/config.sh
Normal file
23
src/config.sh
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
# vmess
|
||||
_load vmess-config.sh
|
||||
# ss
|
||||
_load ss-config.sh
|
||||
|
||||
# socks
|
||||
_load socks-config.sh
|
||||
|
||||
# mtproto
|
||||
_load mtproto-config.sh
|
||||
|
||||
# ban domain
|
||||
_load ban_xx.sh
|
||||
|
||||
# ban bt
|
||||
_load ban_bt.sh
|
||||
|
||||
# ban ad
|
||||
_load ban_ad.sh
|
||||
|
||||
# custom config
|
||||
_load custom_config.sh
|
||||
18
src/custom_config.sh
Normal file
18
src/custom_config.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
# custom inbounds config
|
||||
if [[ -f /etc/v2ray/custom/in.json ]]; then
|
||||
custom_config_file="/etc/v2ray/custom/in.json"
|
||||
sed -i "/\/\/include_in_config/r $custom_config_file" $v2ray_server_config
|
||||
sed -i "s#//include_in_config#,#" $v2ray_server_config
|
||||
fi
|
||||
# custom outbounds config
|
||||
if [[ -f /etc/v2ray/custom/out.json ]]; then
|
||||
custom_config_file="/etc/v2ray/custom/out.json"
|
||||
sed -i "/\/\/include_out_config/r $custom_config_file" $v2ray_server_config
|
||||
sed -i "s#//include_out_config#,#" $v2ray_server_config
|
||||
fi
|
||||
# custom rules
|
||||
if [[ -f /etc/v2ray/custom/rules.json ]]; then
|
||||
custom_rules_file="/etc/v2ray/custom/rules.json"
|
||||
sed -i "/\/\/include_rules/r $custom_rules_file" $v2ray_server_config
|
||||
sed -i "s#//include_rules#,#" $v2ray_server_config
|
||||
fi
|
||||
93
src/download-caddy.sh
Normal file
93
src/download-caddy.sh
Normal file
@@ -0,0 +1,93 @@
|
||||
_download_caddy_file() {
|
||||
caddy_tmp="/tmp/install_caddy/"
|
||||
caddy_tmp_file="/tmp/install_caddy/caddy.tar.gz"
|
||||
[[ -d $caddy_tmp ]] && rm -rf $caddy_tmp
|
||||
if [[ ! ${caddy_arch} ]]; then
|
||||
echo -e "$red 获取 Caddy 下载参数失败!$none" && exit 1
|
||||
fi
|
||||
# local caddy_download_link="https://caddyserver.com/download/linux/${caddy_arch}?license=personal"
|
||||
# local caddy_download_link="https://github.com/caddyserver/caddy/releases/download/v1.0.4/caddy_v1.0.4_linux_${caddy_arch}.tar.gz"
|
||||
local caddy_download_link="https://github.com/caddyserver/caddy/releases/download/v2.6.2/caddy_2.6.2_linux_${caddy_arch}.tar.gz"
|
||||
|
||||
mkdir -p $caddy_tmp
|
||||
|
||||
if ! wget --no-check-certificate -O "$caddy_tmp_file" $caddy_download_link; then
|
||||
echo -e "$red 下载 Caddy 失败!$none" && exit 1
|
||||
fi
|
||||
|
||||
tar zxf $caddy_tmp_file -C $caddy_tmp
|
||||
cp -f ${caddy_tmp}caddy /usr/local/bin/
|
||||
|
||||
# wget -qO- https://getcaddy.com | bash -s personal
|
||||
|
||||
if [[ ! -f /usr/local/bin/caddy ]]; then
|
||||
echo -e "$red 安装 Caddy 出错!$none" && exit 1
|
||||
fi
|
||||
}
|
||||
_install_caddy_service() {
|
||||
# setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/caddy
|
||||
|
||||
if [[ $systemd ]]; then
|
||||
# cp -f ${caddy_tmp}init/linux-systemd/caddy.service /lib/systemd/system/
|
||||
# if ! wget https://raw.githubusercontent.com/caddyserver/caddy/master/dist/init/linux-systemd/caddy.service -O /lib/systemd/system/caddy.service; then
|
||||
# echo -e "$red 下载 caddy.service 失败!$none" && exit 1
|
||||
# fi
|
||||
# sed -i "s/-log-timestamps=false//g" /lib/systemd/system/caddy.service
|
||||
# if [[ ! $(grep "ReadWriteDirectories" /lib/systemd/system/caddy.service) ]]; then
|
||||
# sed -i "/ReadWritePaths/a ReadWriteDirectories=/etc/ssl/caddy" /lib/systemd/system/caddy.service
|
||||
# fi
|
||||
# sed -i "s/www-data/root/g" /lib/systemd/system/caddy.service
|
||||
# sed -i "/on-abnormal/a RestartSec=3" /lib/systemd/system/caddy.service
|
||||
# sed -i "s/on-abnormal/always/" /lib/systemd/system/caddy.service
|
||||
|
||||
#### 。。。。。 Warning.....Warning.......Warning........Warning......
|
||||
#### 。。。。。 use root user run caddy...
|
||||
|
||||
cat >/lib/systemd/system/caddy.service <<-EOF
|
||||
#https://github.com/caddyserver/dist/blob/master/init/caddy.service
|
||||
[Unit]
|
||||
Description=Caddy
|
||||
Documentation=https://caddyserver.com/docs/
|
||||
After=network.target network-online.target
|
||||
Requires=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
User=root
|
||||
Group=root
|
||||
ExecStart=/usr/local/bin/caddy run --environ --config /etc/caddy/Caddyfile
|
||||
ExecReload=/usr/local/bin/caddy reload --config /etc/caddy/Caddyfile
|
||||
TimeoutStopSec=5s
|
||||
LimitNOFILE=1048576
|
||||
LimitNPROC=512
|
||||
PrivateTmp=true
|
||||
ProtectSystem=full
|
||||
#AmbientCapabilities=CAP_NET_BIND_SERVICE
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
EOF
|
||||
systemctl enable caddy
|
||||
else
|
||||
cp -f ${caddy_tmp}init/linux-sysvinit/caddy /etc/init.d/caddy
|
||||
sed -i "s/www-data/root/g" /etc/init.d/caddy
|
||||
chmod +x /etc/init.d/caddy
|
||||
update-rc.d -f caddy defaults
|
||||
fi
|
||||
|
||||
# if [ -z "$(grep www-data /etc/passwd)" ]; then
|
||||
# useradd -M -s /usr/sbin/nologin www-data
|
||||
# fi
|
||||
# chown -R www-data.www-data /etc/ssl/caddy
|
||||
|
||||
# ref https://github.com/caddyserver/caddy/tree/master/dist/init/linux-systemd
|
||||
|
||||
mkdir -p /etc/caddy
|
||||
# chown -R root:root /etc/caddy
|
||||
mkdir -p /etc/ssl/caddy
|
||||
# chown -R root:www-data /etc/ssl/caddy
|
||||
# chmod 0770 /etc/ssl/caddy
|
||||
|
||||
## create sites dir
|
||||
mkdir -p /etc/caddy/sites
|
||||
}
|
||||
94
src/download-v2ray.sh
Normal file
94
src/download-v2ray.sh
Normal file
@@ -0,0 +1,94 @@
|
||||
_get_latest_version() {
|
||||
v2ray_repos_url="https://api.github.com/repos/v2fly/v2ray-core/releases/latest?v=$RANDOM"
|
||||
v2ray_latest_ver="$(curl -s $v2ray_repos_url | grep 'tag_name' | cut -d\" -f4)"
|
||||
|
||||
if [[ ! $v2ray_latest_ver ]]; then
|
||||
echo
|
||||
echo -e " $red获取 V2Ray 最新版本失败!!!$none"
|
||||
echo
|
||||
echo -e " 请尝试执行如下命令: $green echo 'nameserver 8.8.8.8' >/etc/resolv.conf $none"
|
||||
echo
|
||||
echo " 然后再重新运行脚本...."
|
||||
echo
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
_download_v2ray_file() {
|
||||
v2ray_latest_ver=v4.45.2
|
||||
# [[ ! $v2ray_latest_ver ]] && _get_latest_version
|
||||
v2ray_tmp_file="/tmp/v2ray.zip"
|
||||
v2ray_download_link="https://github.com/v2fly/v2ray-core/releases/download/$v2ray_latest_ver/v2ray-linux-${v2ray_bit}.zip"
|
||||
|
||||
if ! wget --no-check-certificate -O "$v2ray_tmp_file" $v2ray_download_link; then
|
||||
echo -e "
|
||||
$red 下载 V2Ray 失败啦..可能是你的 VPS 网络太辣鸡了...请重试...$none
|
||||
" && exit 1
|
||||
fi
|
||||
|
||||
unzip -o $v2ray_tmp_file -d "/usr/bin/v2ray/"
|
||||
chmod +x /usr/bin/v2ray/v2*
|
||||
if [[ ! $(cat /root/.bashrc | grep v2ray) ]]; then
|
||||
echo "alias v2ray=$_v2ray_sh" >>/root/.bashrc
|
||||
fi
|
||||
}
|
||||
|
||||
_install_v2ray_service() {
|
||||
# cp -f "/usr/bin/v2ray/systemd/v2ray.service" "/lib/systemd/system/"
|
||||
# sed -i "s/on-failure/always/" /lib/systemd/system/v2ray.service
|
||||
cat >/lib/systemd/system/v2ray.service <<-EOF
|
||||
[Unit]
|
||||
Description=V2Ray Service
|
||||
Documentation=https://www.v2ray.com/ https://www.v2fly.org/
|
||||
After=network.target nss-lookup.target
|
||||
|
||||
[Service]
|
||||
# If the version of systemd is 240 or above, then uncommenting Type=exec and commenting out Type=simple
|
||||
#Type=exec
|
||||
Type=simple
|
||||
# This service runs as root. You may consider to run it as another user for security concerns.
|
||||
# By uncommenting User=nobody and commenting out User=root, the service will run as user nobody.
|
||||
# More discussion at https://github.com/v2ray/v2ray-core/issues/1011
|
||||
User=root
|
||||
#User=nobody
|
||||
Environment="V2RAY_VMESS_AEAD_FORCED=false"
|
||||
#CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
|
||||
#AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
|
||||
NoNewPrivileges=true
|
||||
ExecStart=/usr/bin/env v2ray.vmess.aead.forced=false /usr/bin/v2ray/v2ray -config /etc/v2ray/config.json
|
||||
Restart=on-failure
|
||||
StartLimitBurst=0
|
||||
LimitNOFILE=1048576
|
||||
LimitNPROC=512
|
||||
#Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
EOF
|
||||
systemctl enable v2ray
|
||||
}
|
||||
|
||||
_update_v2ray_version() {
|
||||
_get_latest_version
|
||||
if [[ $v2ray_ver != $v2ray_latest_ver ]]; then
|
||||
echo
|
||||
echo -e " $green 咦...发现新版本耶....正在拼命更新.......$none"
|
||||
echo
|
||||
_download_v2ray_file
|
||||
do_service restart v2ray
|
||||
echo
|
||||
echo -e " $green 更新成功啦...当前 V2Ray 版本: ${cyan}$v2ray_latest_ver$none"
|
||||
echo
|
||||
echo -e " $yellow 温馨提示: 为了避免出现莫名其妙的问题...V2Ray 客户端的版本最好和服务器的版本保持一致$none"
|
||||
echo
|
||||
else
|
||||
echo
|
||||
echo -e " $green 木有发现新版本....$none"
|
||||
echo
|
||||
fi
|
||||
}
|
||||
|
||||
_mkdir_dir() {
|
||||
mkdir -p /var/log/v2ray
|
||||
mkdir -p /etc/v2ray
|
||||
}
|
||||
23
src/init.sh
Normal file
23
src/init.sh
Normal file
@@ -0,0 +1,23 @@
|
||||
_red() { echo -e ${red}$*${none}; }
|
||||
_green() { echo -e ${green}$*${none}; }
|
||||
_yellow() { echo -e ${yellow}$*${none}; }
|
||||
_magenta() { echo -e ${magenta}$*${none}; }
|
||||
_cyan() { echo -e ${cyan}$*${none}; }
|
||||
|
||||
_rm() {
|
||||
rm -rf "$@"
|
||||
}
|
||||
_cp() {
|
||||
cp -f "$@"
|
||||
}
|
||||
_sed() {
|
||||
sed -i "$@"
|
||||
}
|
||||
_mkdir() {
|
||||
mkdir -p "$@"
|
||||
}
|
||||
|
||||
_load() {
|
||||
local _dir="/etc/v2ray/233boy/v2ray/src/"
|
||||
. "${_dir}$@"
|
||||
}
|
||||
10
src/mtproto-config.sh
Normal file
10
src/mtproto-config.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
# shadowsocks config
|
||||
if [[ $mtproto ]]; then
|
||||
mtproto_file="/etc/v2ray/233boy/v2ray/config/server/include/mtproto.json"
|
||||
mtproto_file_tmp="/tmp/ss.json.tmp"
|
||||
cp -f $mtproto_file $mtproto_file_tmp
|
||||
sed -i "s/6666/$mtproto_port/; s/bb8a7fbd7190e345024845f07373ec48/$mtproto_secret/" $mtproto_file_tmp
|
||||
sed -i "/\/\/include_mtproto/r $mtproto_file_tmp" $v2ray_server_config
|
||||
sed -i "s#//include_mtproto#,#" $v2ray_server_config
|
||||
rm -rf $mtproto_file_tmp
|
||||
fi
|
||||
297
src/mtproto.sh
Normal file
297
src/mtproto.sh
Normal file
@@ -0,0 +1,297 @@
|
||||
###----
|
||||
echo
|
||||
echo -e "$red V2RAY Telegram MTProto 相关配置暂时不推荐使用 $none"
|
||||
echo
|
||||
echo -e "$green 推荐使用 https://github.com/cutelua/mtg-dist $none"
|
||||
echo
|
||||
exit
|
||||
###----
|
||||
|
||||
_view_mtproto_info() {
|
||||
if [[ $mtproto ]]; then
|
||||
_mtproto_info
|
||||
else
|
||||
_mtproto_ask
|
||||
fi
|
||||
}
|
||||
_mtproto_info() {
|
||||
[[ -z $ip ]] && get_ip
|
||||
echo
|
||||
echo "---------- Telegram MTProto 配置信息 -------------"
|
||||
echo
|
||||
echo -e "$yellow 主机 (Hostname) = $cyan${ip}$none"
|
||||
echo
|
||||
echo -e "$yellow 端口 (Port) = $cyan$mtproto_port$none"
|
||||
echo
|
||||
echo -e "$yellow 密钥 (Secret) = $cyan$mtproto_secret$none"
|
||||
echo
|
||||
echo -e "$yellow Telegram 代理配置链接 = ${cyan}https://t.me/proxy?server=${ip}&port=${mtproto_port}&secret=${mtproto_secret}$none"
|
||||
echo
|
||||
}
|
||||
_mtproto_main() {
|
||||
if [[ $mtproto ]]; then
|
||||
|
||||
while :; do
|
||||
echo
|
||||
echo -e "$yellow 1. $none查看 Telegram MTProto 配置信息"
|
||||
echo
|
||||
echo -e "$yellow 2. $none修改 Telegram MTProto 端口"
|
||||
echo
|
||||
echo -e "$yellow 3. $none修改 Telegram MTProto 密钥"
|
||||
echo
|
||||
echo -e "$yellow 4. $none关闭 Telegram MTProto"
|
||||
echo
|
||||
read -p "$(echo -e "请选择 [${magenta}1-4$none]:")" _opt
|
||||
if [[ -z $_opt ]]; then
|
||||
error
|
||||
else
|
||||
case $_opt in
|
||||
1)
|
||||
_mtproto_info
|
||||
break
|
||||
;;
|
||||
2)
|
||||
change_mtproto_port
|
||||
break
|
||||
;;
|
||||
3)
|
||||
change_mtproto_secret
|
||||
break
|
||||
;;
|
||||
4)
|
||||
disable_mtproto
|
||||
break
|
||||
;;
|
||||
*)
|
||||
error
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
done
|
||||
else
|
||||
_mtproto_ask
|
||||
fi
|
||||
}
|
||||
_mtproto_ask() {
|
||||
echo
|
||||
echo
|
||||
echo -e " $red大佬...你没有配置 Telegram MTProto $none...不过现在想要配置的话也是可以的 ^_^"
|
||||
echo
|
||||
echo
|
||||
new_mtproto_secret="dd$(date | md5sum | cut -c-30)"
|
||||
while :; do
|
||||
echo -e "是否配置 ${yellow}Telegram MTProto${none} [${magenta}Y/N$none]"
|
||||
read -p "$(echo -e "(默认 [${cyan}N$none]):") " new_mtproto
|
||||
[[ -z "$new_mtproto" ]] && new_mtproto="n"
|
||||
if [[ "$new_mtproto" == [Yy] ]]; then
|
||||
echo
|
||||
mtproto=true
|
||||
mtproto_port_config
|
||||
pause
|
||||
open_port $new_mtproto_port
|
||||
backup_config +mtproto
|
||||
mtproto_port=$new_mtproto_port
|
||||
mtproto_secret=$new_mtproto_secret
|
||||
config
|
||||
clear
|
||||
_mtproto_info
|
||||
break
|
||||
elif [[ "$new_mtproto" == [Nn] ]]; then
|
||||
echo
|
||||
echo -e " $green已取消配置 Telegram MTProto ....$none"
|
||||
echo
|
||||
break
|
||||
else
|
||||
error
|
||||
fi
|
||||
|
||||
done
|
||||
}
|
||||
disable_mtproto() {
|
||||
echo
|
||||
|
||||
while :; do
|
||||
echo -e "是否关闭 ${yellow}Telegram MTProto${none} [${magenta}Y/N$none]"
|
||||
read -p "$(echo -e "(默认 [${cyan}N$none]):") " y_n
|
||||
[[ -z "$y_n" ]] && y_n="n"
|
||||
if [[ "$y_n" == [Yy] ]]; then
|
||||
echo
|
||||
echo
|
||||
echo -e "$yellow 关闭 Telegram MTProto = $cyan是$none"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
pause
|
||||
backup_config -mtproto
|
||||
del_port $mtproto_port
|
||||
mtproto=''
|
||||
config
|
||||
echo
|
||||
echo
|
||||
echo
|
||||
echo -e "$green Telegram MTProto 已关闭...不过你也可以随时重新启用 Telegram MTProto ...只要你喜欢$none"
|
||||
echo
|
||||
break
|
||||
elif [[ "$y_n" == [Nn] ]]; then
|
||||
echo
|
||||
echo -e " $green已取消关闭 Telegram MTProto ....$none"
|
||||
echo
|
||||
break
|
||||
else
|
||||
error
|
||||
fi
|
||||
|
||||
done
|
||||
}
|
||||
mtproto_port_config() {
|
||||
local random=$(shuf -i20001-65535 -n1)
|
||||
echo
|
||||
while :; do
|
||||
echo -e "请输入 "$yellow"Telegram MTProto"$none" 端口 ["$magenta"1-65535"$none"],不能和 "$yellow"V2Ray"$none" 端口相同"
|
||||
read -p "$(echo -e "(默认端口: ${cyan}${random}$none):") " new_mtproto_port
|
||||
[ -z "$new_mtproto_port" ] && new_mtproto_port=$random
|
||||
case $new_mtproto_port in
|
||||
$v2ray_port)
|
||||
echo
|
||||
echo " 不能和 V2Ray 端口一毛一样...."
|
||||
error
|
||||
;;
|
||||
[1-9] | [1-9][0-9] | [1-9][0-9][0-9] | [1-9][0-9][0-9][0-9] | [1-5][0-9][0-9][0-9][0-9] | 6[0-4][0-9][0-9][0-9] | 65[0-4][0-9][0-9] | 655[0-3][0-5])
|
||||
if [[ $v2ray_transport == [45] ]]; then
|
||||
local tls=ture
|
||||
fi
|
||||
if [[ $tls && $new_mtproto_port == "80" ]] || [[ $tls && $new_mtproto_port == "443" ]]; then
|
||||
echo
|
||||
echo -e "由于你已选择了 "$green"WebSocket + TLS $none或$green HTTP/2"$none" 传输协议."
|
||||
echo
|
||||
echo -e "所以不能选择 "$magenta"80"$none" 或 "$magenta"443"$none" 端口"
|
||||
error
|
||||
elif [[ $dynamicPort ]] && [[ $v2ray_dynamicPort_start == $new_mtproto_port || $v2ray_dynamicPort_end == $new_mtproto_port ]]; then
|
||||
echo
|
||||
echo -e " 抱歉,此端口和 V2Ray 动态端口 冲突,当前 V2Ray 动态端口范围为:${cyan}$port_range${none}"
|
||||
error
|
||||
elif [[ $dynamicPort ]] && [[ $v2ray_dynamicPort_start -lt $new_mtproto_port && $new_mtproto_port -le $v2ray_dynamicPort_end ]]; then
|
||||
echo
|
||||
echo -e " 抱歉,此端口和 V2Ray 动态端口 冲突,当前 V2Ray 动态端口范围为:${cyan}$port_range${none}"
|
||||
error
|
||||
elif [[ $shadowsocks && $new_mtproto_port == $ssport ]]; then
|
||||
echo
|
||||
echo -e "抱歉, 此端口跟 Shadowsocks 端口冲突...当前 Shadowsocks 端口: ${cyan}$ssport$none"
|
||||
error
|
||||
elif [[ $socks && $new_mtproto_port == $socks_port ]]; then
|
||||
echo
|
||||
echo -e "抱歉, 此端口跟 Socks 端口冲突...当前 Socks 端口: ${cyan}$socks_port$none"
|
||||
error
|
||||
else
|
||||
echo
|
||||
echo
|
||||
echo -e "$yellow Telegram MTProto 端口 = $cyan$new_mtproto_port$none"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
break
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
error
|
||||
;;
|
||||
esac
|
||||
|
||||
done
|
||||
|
||||
}
|
||||
change_mtproto_secret() {
|
||||
new_mtproto_secret="dd$(date | md5sum | cut -c-30)"
|
||||
echo
|
||||
while :; do
|
||||
read -p "$(echo -e "是否更改 ${yellow}Telegram MTProto 密钥${none} [${magenta}Y/N$none]"): " y_n
|
||||
[ -z "$y_n" ] && error && continue
|
||||
case $y_n in
|
||||
n | N)
|
||||
echo
|
||||
echo -e " 已取消更改.... "
|
||||
echo
|
||||
break
|
||||
;;
|
||||
y | Y)
|
||||
echo
|
||||
echo
|
||||
echo -e "$yellow 更改 Telegram MTProto 密钥 = $cyan是$none"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
pause
|
||||
backup_config mtproto_secret
|
||||
mtproto_secret=$new_mtproto_secret
|
||||
config
|
||||
clear
|
||||
_mtproto_info
|
||||
break
|
||||
;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
change_mtproto_port() {
|
||||
echo
|
||||
while :; do
|
||||
echo -e "请输入新的 "$yellow"Telegram MTProto"$none" 端口 ["$magenta"1-65535"$none"]"
|
||||
read -p "$(echo -e "(当前端口: ${cyan}${mtproto_port}$none):") " new_mtproto_port
|
||||
[ -z "$new_mtproto_port" ] && error && continue
|
||||
case $new_mtproto_port in
|
||||
$mtproto_port)
|
||||
echo
|
||||
echo " 不能跟当前端口一毛一样...."
|
||||
error
|
||||
;;
|
||||
$v2ray_port)
|
||||
echo
|
||||
echo " 不能和 V2Ray 端口一毛一样...."
|
||||
error
|
||||
;;
|
||||
[1-9] | [1-9][0-9] | [1-9][0-9][0-9] | [1-9][0-9][0-9][0-9] | [1-5][0-9][0-9][0-9][0-9] | 6[0-4][0-9][0-9][0-9] | 65[0-4][0-9][0-9] | 655[0-3][0-5])
|
||||
if [[ $v2ray_transport == [45] ]]; then
|
||||
local tls=ture
|
||||
fi
|
||||
if [[ $tls && $new_mtproto_port == "80" ]] || [[ $tls && $new_mtproto_port == "443" ]]; then
|
||||
echo
|
||||
echo -e "由于你已选择了 "$green"WebSocket + TLS $none或$green HTTP/2"$none" 传输协议."
|
||||
echo
|
||||
echo -e "所以不能选择 "$magenta"80"$none" 或 "$magenta"443"$none" 端口"
|
||||
error
|
||||
elif [[ $dynamicPort ]] && [[ $v2ray_dynamicPort_start == $new_mtproto_port || $v2ray_dynamicPort_end == $new_mtproto_port ]]; then
|
||||
echo
|
||||
echo -e " 抱歉,此端口和 V2Ray 动态端口 冲突,当前 V2Ray 动态端口范围为:${cyan}$port_range${none}"
|
||||
error
|
||||
elif [[ $dynamicPort ]] && [[ $v2ray_dynamicPort_start -lt $new_mtproto_port && $new_mtproto_port -le $v2ray_dynamicPort_end ]]; then
|
||||
echo
|
||||
echo -e " 抱歉,此端口和 V2Ray 动态端口 冲突,当前 V2Ray 动态端口范围为:${cyan}$port_range${none}"
|
||||
error
|
||||
elif [[ $shadowsocks && $new_mtproto_port == $ssport ]]; then
|
||||
echo
|
||||
echo -e "抱歉, 此端口跟 Shadowsocks 端口冲突...当前 Shadowsocks 端口: ${cyan}$ssport$none"
|
||||
error
|
||||
elif [[ $socks && $new_mtproto_port == $socks_port ]]; then
|
||||
echo
|
||||
echo -e "抱歉, 此端口跟 Socks 端口冲突...当前 Socks 端口: ${cyan}$socks_port$none"
|
||||
error
|
||||
else
|
||||
echo
|
||||
echo
|
||||
echo -e "$yellow socks 端口 = $cyan$new_mtproto_port$none"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
pause
|
||||
backup_config mtproto_port
|
||||
mtproto_port=$new_mtproto_port
|
||||
config
|
||||
clear
|
||||
_mtproto_info
|
||||
break
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
error
|
||||
;;
|
||||
esac
|
||||
|
||||
done
|
||||
|
||||
}
|
||||
39
src/qr.sh
Normal file
39
src/qr.sh
Normal file
@@ -0,0 +1,39 @@
|
||||
_qr_create() {
|
||||
if [[ $v2ray_transport == 33 ]]; then
|
||||
local vmess="$(cat /etc/v2ray/vmess_qr.json)"
|
||||
else
|
||||
local vmess="vmess://$(cat /etc/v2ray/vmess_qr.json | base64 -w 0)"
|
||||
fi
|
||||
local link="https://233boy.github.io/tools/qr.html#${vmess}"
|
||||
echo
|
||||
echo "---------- V2Ray 二维码 -------------"
|
||||
echo
|
||||
qrencode -s 1 -m 1 -t ansi "${vmess}"
|
||||
echo
|
||||
echo "如果无法正常显示二维码,请使用下面的链接来生成二维码:"
|
||||
echo -e ${cyan}$link${none}
|
||||
echo
|
||||
echo
|
||||
echo -e "$red 友情提醒: 请务必核对扫码结果 (V2RayNG 除外) $none"
|
||||
echo
|
||||
echo
|
||||
echo " V2Ray 客户端使用教程: https://233v2.com/post/4/"
|
||||
echo
|
||||
echo
|
||||
rm -rf /etc/v2ray/vmess_qr.json
|
||||
}
|
||||
_ss_qr() {
|
||||
local ss_link="ss://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#233v2.com_ss_${ip}"
|
||||
local link="https://233boy.github.io/tools/qr.html#${ss_link}"
|
||||
echo
|
||||
echo "---------- Shadowsocks 二维码 -------------"
|
||||
echo
|
||||
qrencode -s 1 -m 1 -t ansi "${ss_link}"
|
||||
echo
|
||||
echo "如果无法正常显示二维码,请使用下面的链接来生成二维码:"
|
||||
echo -e ${cyan}$link${none}
|
||||
echo
|
||||
echo -e " 温馨提示...$red Shadowsocks Win 4.0.6 $none客户端可能无法识别该二维码"
|
||||
echo
|
||||
echo
|
||||
}
|
||||
10
src/socks-config.sh
Normal file
10
src/socks-config.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
# Socks config
|
||||
if [[ $socks ]]; then
|
||||
socks_file="/etc/v2ray/233boy/v2ray/config/server/include/socks.json"
|
||||
socks_file_tmp="/tmp/socks.json.tmp"
|
||||
cp -f $socks_file $socks_file_tmp
|
||||
sed -i "s/6666/$socks_port/; s/233v2.com/$socks_username/; s/233blog.com/$socks_userpass/" $socks_file_tmp
|
||||
sed -i "/\/\/include_socks/r $socks_file_tmp" $v2ray_server_config
|
||||
sed -i "s#//include_socks#,#" $v2ray_server_config
|
||||
rm -rf $socks_file_tmp
|
||||
fi
|
||||
386
src/socks.sh
Normal file
386
src/socks.sh
Normal file
@@ -0,0 +1,386 @@
|
||||
_view_socks_info() {
|
||||
if [[ $socks ]]; then
|
||||
_socks_info
|
||||
else
|
||||
_socks_ask
|
||||
fi
|
||||
}
|
||||
_socks_info() {
|
||||
[[ -z $ip ]] && get_ip
|
||||
echo
|
||||
echo "---------- Socks 配置信息 -------------"
|
||||
echo
|
||||
echo -e "$yellow 主机 (Hostname) = $cyan${ip}$none"
|
||||
echo
|
||||
echo -e "$yellow 端口 (Port) = $cyan$socks_port$none"
|
||||
echo
|
||||
echo -e "$yellow 用户名 (Username) = $cyan$socks_username$none"
|
||||
echo
|
||||
echo -e "$yellow 密码 (Password) = $cyan$socks_userpass$none"
|
||||
echo
|
||||
echo -e "$yellow Telegram 代理配置链接 = ${cyan}tg://socks?server=${ip}&port=${socks_port}&user=${socks_username}&pass=${socks_userpass}$none"
|
||||
echo
|
||||
}
|
||||
_socks_main() {
|
||||
if [[ $socks ]]; then
|
||||
|
||||
while :; do
|
||||
echo
|
||||
echo -e "$yellow 1. $none查看 Socks 配置信息"
|
||||
echo
|
||||
echo -e "$yellow 2. $none修改 Socks 端口"
|
||||
echo
|
||||
echo -e "$yellow 3. $none修改 Socks 用户名"
|
||||
echo
|
||||
echo -e "$yellow 4. $none修改 Socks 密码"
|
||||
echo
|
||||
echo -e "$yellow 5. $none关闭 Socks"
|
||||
echo
|
||||
read -p "$(echo -e "请选择 [${magenta}1-4$none]:")" _opt
|
||||
if [[ -z $_opt ]]; then
|
||||
error
|
||||
else
|
||||
case $_opt in
|
||||
1)
|
||||
_socks_info
|
||||
break
|
||||
;;
|
||||
2)
|
||||
change_socks_port_config
|
||||
break
|
||||
;;
|
||||
3)
|
||||
change_socks_user_config
|
||||
break
|
||||
;;
|
||||
4)
|
||||
change_socks_pass_config
|
||||
break
|
||||
;;
|
||||
5)
|
||||
disable_socks
|
||||
break
|
||||
;;
|
||||
*)
|
||||
error
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
done
|
||||
else
|
||||
_socks_ask
|
||||
fi
|
||||
}
|
||||
_socks_ask() {
|
||||
echo
|
||||
echo
|
||||
echo -e " $red大佬...你没有配置 Socks $none...不过现在想要配置的话也是可以的 ^_^"
|
||||
echo
|
||||
echo
|
||||
|
||||
while :; do
|
||||
echo -e "是否配置 ${yellow}Socks${none} [${magenta}Y/N$none]"
|
||||
read -p "$(echo -e "(默认 [${cyan}N$none]):") " new_socks
|
||||
[[ -z "$new_socks" ]] && new_socks="n"
|
||||
if [[ "$new_socks" == [Yy] ]]; then
|
||||
echo
|
||||
socks=true
|
||||
socks_port_config
|
||||
socks_user_config
|
||||
socks_pass_config
|
||||
pause
|
||||
# open_port $new_socks_port
|
||||
backup_config +socks
|
||||
socks_port=$new_socks_port
|
||||
socks_username=$new_socks_username
|
||||
socks_userpass=$new_socks_userpass
|
||||
config
|
||||
clear
|
||||
_socks_info
|
||||
break
|
||||
elif [[ "$new_socks" == [Nn] ]]; then
|
||||
echo
|
||||
echo -e " $green已取消配置 Socks ....$none"
|
||||
echo
|
||||
break
|
||||
else
|
||||
error
|
||||
fi
|
||||
|
||||
done
|
||||
}
|
||||
disable_socks() {
|
||||
echo
|
||||
|
||||
while :; do
|
||||
echo -e "是否关闭 ${yellow}Socks${none} [${magenta}Y/N$none]"
|
||||
read -p "$(echo -e "(默认 [${cyan}N$none]):") " y_n
|
||||
[[ -z "$y_n" ]] && y_n="n"
|
||||
if [[ "$y_n" == [Yy] ]]; then
|
||||
echo
|
||||
echo
|
||||
echo -e "$yellow 关闭 Socks = $cyan是$none"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
pause
|
||||
backup_config -socks
|
||||
# del_port $socks_port
|
||||
socks=''
|
||||
config
|
||||
echo
|
||||
echo
|
||||
echo
|
||||
echo -e "$green Socks 已关闭...不过你也可以随时重新启用 Socks ...只要你喜欢$none"
|
||||
echo
|
||||
break
|
||||
elif [[ "$y_n" == [Nn] ]]; then
|
||||
echo
|
||||
echo -e " $green已取消关闭 Socks ....$none"
|
||||
echo
|
||||
break
|
||||
else
|
||||
error
|
||||
fi
|
||||
|
||||
done
|
||||
}
|
||||
socks_port_config() {
|
||||
local random=$(shuf -i20001-65535 -n1)
|
||||
echo
|
||||
while :; do
|
||||
echo -e "请输入 "$yellow"Socks"$none" 端口 ["$magenta"1-65535"$none"],不能和 "$yellow"V2Ray"$none" 端口相同"
|
||||
read -p "$(echo -e "(默认端口: ${cyan}${random}$none):") " new_socks_port
|
||||
[ -z "$new_socks_port" ] && new_socks_port=$random
|
||||
case $new_socks_port in
|
||||
$v2ray_port)
|
||||
echo
|
||||
echo " 不能和 V2Ray 端口一毛一样...."
|
||||
error
|
||||
;;
|
||||
[1-9] | [1-9][0-9] | [1-9][0-9][0-9] | [1-9][0-9][0-9][0-9] | [1-5][0-9][0-9][0-9][0-9] | 6[0-4][0-9][0-9][0-9] | 65[0-4][0-9][0-9] | 655[0-3][0-5])
|
||||
if [[ $v2ray_transport == [45] ]]; then
|
||||
local tls=ture
|
||||
fi
|
||||
if [[ $tls && $new_socks_port == "80" ]] || [[ $tls && $new_socks_port == "443" ]]; then
|
||||
echo
|
||||
echo -e "由于你已选择了 "$green"WebSocket + TLS $none或$green HTTP/2"$none" 传输协议."
|
||||
echo
|
||||
echo -e "所以不能选择 "$magenta"80"$none" 或 "$magenta"443"$none" 端口"
|
||||
error
|
||||
elif [[ $dynamicPort ]] && [[ $v2ray_dynamicPort_start == $new_socks_port || $v2ray_dynamicPort_end == $new_socks_port ]]; then
|
||||
echo
|
||||
echo -e " 抱歉,此端口和 V2Ray 动态端口 冲突,当前 V2Ray 动态端口范围为:${cyan}$port_range${none}"
|
||||
error
|
||||
elif [[ $dynamicPort ]] && [[ $v2ray_dynamicPort_start -lt $new_socks_port && $new_socks_port -le $v2ray_dynamicPort_end ]]; then
|
||||
echo
|
||||
echo -e " 抱歉,此端口和 V2Ray 动态端口 冲突,当前 V2Ray 动态端口范围为:${cyan}$port_range${none}"
|
||||
error
|
||||
elif [[ $shadowsocks && $new_socks_port == $ssport ]]; then
|
||||
echo
|
||||
echo -e "抱歉, 此端口跟 Shadowsocks 端口冲突...当前 Shadowsocks 端口: ${cyan}$ssport$none"
|
||||
error
|
||||
elif [[ $mtproto && $new_socks_port == $mtproto_port ]]; then
|
||||
echo
|
||||
echo -e "抱歉, 此端口跟 MTProto 端口冲突...当前 MTProto 端口: ${cyan}$mtproto_port$none"
|
||||
error
|
||||
else
|
||||
echo
|
||||
echo
|
||||
echo -e "$yellow Socks 端口 = $cyan$new_socks_port$none"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
break
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
error
|
||||
;;
|
||||
esac
|
||||
|
||||
done
|
||||
|
||||
}
|
||||
socks_user_config() {
|
||||
echo
|
||||
while :; do
|
||||
read -p "$(echo -e "请输入$yellow用户名$none...(默认用户名: ${cyan}233blog$none)"): " new_socks_username
|
||||
[ -z "$new_socks_username" ] && new_socks_username="233blog"
|
||||
case $new_socks_username in
|
||||
*[/$]* | *\&*)
|
||||
echo
|
||||
echo -e " 由于这个脚本太辣鸡了..所以用户名不能包含$red / $none或$red $ $none或$red & $none这三个符号.... "
|
||||
echo
|
||||
error
|
||||
;;
|
||||
*)
|
||||
echo
|
||||
echo
|
||||
echo -e "$yellow 用户名 = $cyan$new_socks_username$none"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
break
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
}
|
||||
socks_pass_config() {
|
||||
echo
|
||||
while :; do
|
||||
read -p "$(echo -e "请输入$yellow密码$none...(默认密码: ${cyan}233blog.com$none)"): " new_socks_userpass
|
||||
[ -z "$new_socks_userpass" ] && new_socks_userpass="233blog.com"
|
||||
case $new_socks_userpass in
|
||||
*[/$]* | *\&*)
|
||||
echo
|
||||
echo -e " 由于这个脚本太辣鸡了..所以密码不能包含$red / $none或$red $ $none或$red & $none这三个符号.... "
|
||||
echo
|
||||
error
|
||||
;;
|
||||
*)
|
||||
echo
|
||||
echo
|
||||
echo -e "$yellow 密码 = $cyan$new_socks_userpass$none"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
break
|
||||
;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
change_socks_user_config() {
|
||||
echo
|
||||
while :; do
|
||||
read -p "$(echo -e "请输入$yellow用户名$none...(当前用户名: ${cyan}$socks_username$none)"): " new_socks_username
|
||||
[ -z "$new_socks_username" ] && error && continue
|
||||
case $new_socks_username in
|
||||
$socks_username)
|
||||
echo
|
||||
echo -e " 大佬...跟 当前用户名 一毛一样啊...修改个鸡鸡哦 "
|
||||
echo
|
||||
error
|
||||
;;
|
||||
*[/$]* | *\&*)
|
||||
echo
|
||||
echo -e " 由于这个脚本太辣鸡了..所以用户名不能包含$red / $none或$red $ $none或$red & $none这三个符号.... "
|
||||
echo
|
||||
error
|
||||
;;
|
||||
*)
|
||||
echo
|
||||
echo
|
||||
echo -e "$yellow 用户名 = $cyan$new_socks_username$none"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
pause
|
||||
backup_config socks_username
|
||||
socks_username=$new_socks_username
|
||||
config
|
||||
clear
|
||||
_socks_info
|
||||
break
|
||||
;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
change_socks_pass_config() {
|
||||
echo
|
||||
while :; do
|
||||
read -p "$(echo -e "请输入$yellow密码$none...(当前密码: ${cyan}$socks_userpass$none)"): " new_socks_userpass
|
||||
[ -z "$new_socks_userpass" ] && error && continue
|
||||
case $new_socks_userpass in
|
||||
$socks_userpass)
|
||||
echo
|
||||
echo -e " 大佬...跟 当前密码 一毛一样啊...修改个鸡鸡哦 "
|
||||
echo
|
||||
error
|
||||
;;
|
||||
*[/$]* | *\&*)
|
||||
echo
|
||||
echo -e " 由于这个脚本太辣鸡了..所以密码不能包含$red / $none或$red $ $none或$red & $none这三个符号.... "
|
||||
echo
|
||||
error
|
||||
;;
|
||||
*)
|
||||
echo
|
||||
echo
|
||||
echo -e "$yellow 密码 = $cyan$new_socks_userpass$none"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
pause
|
||||
backup_config socks_userpass
|
||||
socks_userpass=$new_socks_userpass
|
||||
config
|
||||
clear
|
||||
_socks_info
|
||||
break
|
||||
;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
change_socks_port_config() {
|
||||
echo
|
||||
while :; do
|
||||
echo -e "请输入新的 "$yellow"Socks"$none" 端口 ["$magenta"1-65535"$none"]"
|
||||
read -p "$(echo -e "(当前端口: ${cyan}${socks_port}$none):") " new_socks_port
|
||||
[ -z "$new_socks_port" ] && error && continue
|
||||
case $new_socks_port in
|
||||
$socks_port)
|
||||
echo
|
||||
echo " 不能和当前端口一毛一样...."
|
||||
error
|
||||
;;
|
||||
$v2ray_port)
|
||||
echo
|
||||
echo " 不能和 V2Ray 端口一毛一样...."
|
||||
error
|
||||
;;
|
||||
[1-9] | [1-9][0-9] | [1-9][0-9][0-9] | [1-9][0-9][0-9][0-9] | [1-5][0-9][0-9][0-9][0-9] | 6[0-4][0-9][0-9][0-9] | 65[0-4][0-9][0-9] | 655[0-3][0-5])
|
||||
if [[ $v2ray_transport == [45] ]]; then
|
||||
local tls=ture
|
||||
fi
|
||||
if [[ $tls && $new_socks_port == "80" ]] || [[ $tls && $new_socks_port == "443" ]]; then
|
||||
echo
|
||||
echo -e "由于你已选择了 "$green"WebSocket + TLS $none或$green HTTP/2"$none" 传输协议."
|
||||
echo
|
||||
echo -e "所以不能选择 "$magenta"80"$none" 或 "$magenta"443"$none" 端口"
|
||||
error
|
||||
elif [[ $dynamicPort ]] && [[ $v2ray_dynamicPort_start == $new_socks_port || $v2ray_dynamicPort_end == $new_socks_port ]]; then
|
||||
echo
|
||||
echo -e " 抱歉,此端口和 V2Ray 动态端口 冲突,当前 V2Ray 动态端口范围为:${cyan}$port_range${none}"
|
||||
error
|
||||
elif [[ $dynamicPort ]] && [[ $v2ray_dynamicPort_start -lt $new_socks_port && $new_socks_port -le $v2ray_dynamicPort_end ]]; then
|
||||
echo
|
||||
echo -e " 抱歉,此端口和 V2Ray 动态端口 冲突,当前 V2Ray 动态端口范围为:${cyan}$port_range${none}"
|
||||
error
|
||||
elif [[ $shadowsocks && $new_socks_port == $ssport ]]; then
|
||||
echo
|
||||
echo -e "抱歉, 此端口跟 Shadowsocks 端口冲突...当前 Shadowsocks 端口: ${cyan}$ssport$none"
|
||||
error
|
||||
elif [[ $mtproto && $new_socks_port == $mtproto_port ]]; then
|
||||
echo
|
||||
echo -e "抱歉, 此端口跟 MTProto 端口冲突...当前 MTProto 端口: ${cyan}$mtproto_port$none"
|
||||
error
|
||||
else
|
||||
echo
|
||||
echo
|
||||
echo -e "$yellow socks 端口 = $cyan$new_socks_port$none"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
pause
|
||||
backup_config socks_port
|
||||
socks_port=$new_socks_port
|
||||
config
|
||||
clear
|
||||
_socks_info
|
||||
break
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
error
|
||||
;;
|
||||
esac
|
||||
|
||||
done
|
||||
|
||||
}
|
||||
10
src/ss-config.sh
Normal file
10
src/ss-config.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
# shadowsocks config
|
||||
if [[ $shadowsocks ]]; then
|
||||
ss_file="/etc/v2ray/233boy/v2ray/config/server/include/ss.json"
|
||||
ss_file_tmp="/tmp/ss.json.tmp"
|
||||
cp -f $ss_file $ss_file_tmp
|
||||
sed -i "s/6666/$ssport/; s/chacha20-ietf/$ssciphers/; s/233blog.com/$sspass/" $ss_file_tmp
|
||||
sed -i "/\/\/include_ss/r $ss_file_tmp" $v2ray_server_config
|
||||
sed -i "s#//include_ss#,#" $v2ray_server_config
|
||||
rm -rf $ss_file_tmp
|
||||
fi
|
||||
23
src/ss-info.sh
Normal file
23
src/ss-info.sh
Normal file
@@ -0,0 +1,23 @@
|
||||
[[ -z $ip ]] && get_ip
|
||||
if [[ $shadowsocks ]]; then
|
||||
local ss="ss://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#233v2.com_ss_${ip}"
|
||||
echo
|
||||
echo "---------- Shadowsocks 配置信息 -------------"
|
||||
echo
|
||||
echo -e "$yellow 服务器地址 = $cyan${ip}$none"
|
||||
echo
|
||||
echo -e "$yellow 服务器端口 = $cyan$ssport$none"
|
||||
echo
|
||||
echo -e "$yellow 密码 = $cyan$sspass$none"
|
||||
echo
|
||||
echo -e "$yellow 加密协议 = $cyan${ssciphers}$none"
|
||||
echo
|
||||
echo -e "$yellow SS 链接 = ${cyan}$ss$none"
|
||||
echo
|
||||
echo -e " 备注: $red Shadowsocks Win 4.0.6 $none 客户端可能无法识别该 SS 链接"
|
||||
echo
|
||||
echo -e "提示: 输入 $cyan v2ray ssqr $none 可生成 Shadowsocks 二维码链接"
|
||||
echo
|
||||
echo -e "${yellow}免被墙..推荐使用JMS: ${cyan}https://getjms.com${none}"
|
||||
echo
|
||||
fi
|
||||
35
src/transport.sh
Normal file
35
src/transport.sh
Normal file
@@ -0,0 +1,35 @@
|
||||
transport=(
|
||||
TCP
|
||||
TCP_HTTP
|
||||
WebSocket
|
||||
"WebSocket + TLS"
|
||||
HTTP/2
|
||||
mKCP
|
||||
mKCP_utp
|
||||
mKCP_srtp
|
||||
mKCP_wechat-video
|
||||
mKCP_dtls
|
||||
mKCP_wireguard
|
||||
QUIC
|
||||
QUIC_utp
|
||||
QUIC_srtp
|
||||
QUIC_wechat-video
|
||||
QUIC_dtls
|
||||
QUIC_wireguard
|
||||
TCP_dynamicPort
|
||||
TCP_HTTP_dynamicPort
|
||||
WebSocket_dynamicPort
|
||||
mKCP_dynamicPort
|
||||
mKCP_utp_dynamicPort
|
||||
mKCP_srtp_dynamicPort
|
||||
mKCP_wechat-video_dynamicPort
|
||||
mKCP_dtls_dynamicPort
|
||||
mKCP_wireguard_dynamicPort
|
||||
QUIC_dynamicPort
|
||||
QUIC_utp_dynamicPort
|
||||
QUIC_srtp_dynamicPort
|
||||
QUIC_wechat-video_dynamicPort
|
||||
QUIC_dtls_dynamicPort
|
||||
QUIC_wireguard_dynamicPort
|
||||
VLESS_WebSocket_TLS
|
||||
)
|
||||
170
src/uninstall.sh
Normal file
170
src/uninstall.sh
Normal file
@@ -0,0 +1,170 @@
|
||||
while :; do
|
||||
echo
|
||||
read -p "$(echo -e "是否卸载 ${yellow}V2Ray$none [${magenta}Y/N$none]:")" uninstall_v2ray_ask
|
||||
if [[ -z $uninstall_v2ray_ask ]]; then
|
||||
error
|
||||
else
|
||||
case $uninstall_v2ray_ask in
|
||||
Y | y)
|
||||
is_uninstall_v2ray=true
|
||||
echo
|
||||
echo -e "$yellow 卸载 V2Ray = ${cyan}是${none}"
|
||||
echo
|
||||
break
|
||||
;;
|
||||
N | n)
|
||||
echo
|
||||
echo -e "$red 卸载已取消...$none"
|
||||
echo
|
||||
break
|
||||
;;
|
||||
*)
|
||||
error
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ $caddy && $is_uninstall_v2ray ]] && [[ -f /usr/local/bin/caddy && -f /etc/caddy/Caddyfile ]]; then
|
||||
while :; do
|
||||
echo
|
||||
read -p "$(echo -e "是否卸载 ${yellow}Caddy$none [${magenta}Y/N$none]:")" uninstall_caddy_ask
|
||||
if [[ -z $uninstall_caddy_ask ]]; then
|
||||
error
|
||||
else
|
||||
case $uninstall_caddy_ask in
|
||||
Y | y)
|
||||
is_uninstall_caddy=true
|
||||
echo
|
||||
echo -e "$yellow 卸载 Caddy = ${cyan}是${none}"
|
||||
echo
|
||||
break
|
||||
;;
|
||||
N | n)
|
||||
echo
|
||||
echo -e "$yellow 卸载 Caddy = ${cyan}否${none}"
|
||||
echo
|
||||
break
|
||||
;;
|
||||
*)
|
||||
error
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
if [[ $is_uninstall_v2ray && $is_uninstall_caddy ]]; then
|
||||
pause
|
||||
echo
|
||||
|
||||
# if [[ $shadowsocks ]]; then
|
||||
# del_port $ssport
|
||||
# fi
|
||||
# if [[ $socks ]]; then
|
||||
# del_port $socks_port
|
||||
# fi
|
||||
# if [[ $mtproto ]]; then
|
||||
# del_port $mtproto_port
|
||||
# fi
|
||||
|
||||
# if [[ $v2ray_transport == [45] ]]; then
|
||||
# del_port "80"
|
||||
# del_port "443"
|
||||
# del_port $v2ray_port
|
||||
# elif [[ $v2ray_transport -ge 18 ]]; then
|
||||
# del_port $v2ray_port
|
||||
# del_port "multiport"
|
||||
# else
|
||||
# del_port $v2ray_port
|
||||
# fi
|
||||
|
||||
[[ -f /etc/network/if-pre-up.d/iptables ]] && rm -rf /etc/network/if-pre-up.d/iptables
|
||||
|
||||
# [ $v2ray_pid ] && systemctl stop v2ray
|
||||
[ $v2ray_pid ] && do_service stop v2ray
|
||||
|
||||
rm -rf /usr/bin/v2ray
|
||||
rm -rf $_v2ray_sh
|
||||
sed -i '/alias v2ray=/d' /root/.bashrc
|
||||
rm -rf /etc/v2ray
|
||||
rm -rf /var/log/v2ray
|
||||
|
||||
# [ $caddy_pid ] && systemctl stop caddy
|
||||
[ $caddy_pid ] && do_service stop caddy
|
||||
|
||||
rm -rf /usr/local/bin/caddy
|
||||
rm -rf /etc/caddy
|
||||
rm -rf /etc/ssl/caddy
|
||||
|
||||
if [[ $systemd ]]; then
|
||||
systemctl disable v2ray >/dev/null 2>&1
|
||||
rm -rf /lib/systemd/system/v2ray.service
|
||||
systemctl disable caddy >/dev/null 2>&1
|
||||
rm -rf /lib/systemd/system/caddy.service
|
||||
else
|
||||
update-rc.d -f caddy remove >/dev/null 2>&1
|
||||
update-rc.d -f v2ray remove >/dev/null 2>&1
|
||||
rm -rf /etc/init.d/caddy
|
||||
rm -rf /etc/init.d/v2ray
|
||||
fi
|
||||
# clear
|
||||
echo
|
||||
echo -e "$green V2Ray 卸载完成啦 ....$none"
|
||||
echo
|
||||
echo "如果你觉得这个脚本有哪些地方不够好的话...请告诉我"
|
||||
echo
|
||||
echo "反馈问题: https://github.com/233boy/v2ray/issues"
|
||||
echo
|
||||
|
||||
elif [[ $is_uninstall_v2ray ]]; then
|
||||
pause
|
||||
echo
|
||||
|
||||
# if [[ $shadowsocks ]]; then
|
||||
# del_port $ssport
|
||||
# fi
|
||||
# if [[ $socks ]]; then
|
||||
# del_port $socks_port
|
||||
# fi
|
||||
# if [[ $mtproto ]]; then
|
||||
# del_port $mtproto_port
|
||||
# fi
|
||||
|
||||
# if [[ $v2ray_transport == [45] ]]; then
|
||||
# del_port "80"
|
||||
# del_port "443"
|
||||
# del_port $v2ray_port
|
||||
# elif [[ $v2ray_transport -ge 18 ]]; then
|
||||
# del_port $v2ray_port
|
||||
# del_port "multiport"
|
||||
# else
|
||||
# del_port $v2ray_port
|
||||
# fi
|
||||
|
||||
[[ -f /etc/network/if-pre-up.d/iptables ]] && rm -rf /etc/network/if-pre-up.d/iptables
|
||||
|
||||
# [ $v2ray_pid ] && systemctl stop v2ray
|
||||
[ $v2ray_pid ] && do_service stop v2ray
|
||||
|
||||
rm -rf /usr/bin/v2ray
|
||||
rm -rf $_v2ray_sh
|
||||
sed -i '/alias v2ray=/d' /root/.bashrc
|
||||
rm -rf /etc/v2ray
|
||||
rm -rf /var/log/v2ray
|
||||
if [[ $systemd ]]; then
|
||||
systemctl disable v2ray >/dev/null 2>&1
|
||||
rm -rf /lib/systemd/system/v2ray.service
|
||||
else
|
||||
update-rc.d -f v2ray remove >/dev/null 2>&1
|
||||
rm -rf /etc/init.d/v2ray
|
||||
fi
|
||||
# clear
|
||||
echo
|
||||
echo -e "$green V2Ray 卸载完成啦 ....$none"
|
||||
echo
|
||||
echo "如果你觉得这个脚本有哪些地方不够好的话...请告诉我"
|
||||
echo
|
||||
echo "反馈问题: https://github.com/233boy/v2ray/issues"
|
||||
echo
|
||||
fi
|
||||
166
src/v2ray-info.sh
Normal file
166
src/v2ray-info.sh
Normal file
@@ -0,0 +1,166 @@
|
||||
[[ -z $ip ]] && get_ip
|
||||
_v2_args() {
|
||||
header="none"
|
||||
if [[ $is_path ]]; then
|
||||
_path="/$path"
|
||||
else
|
||||
_path="/"
|
||||
fi
|
||||
case $v2ray_transport in
|
||||
1 | 18)
|
||||
net="tcp"
|
||||
;;
|
||||
2 | 19)
|
||||
net="tcp"
|
||||
header="http"
|
||||
host="www.baidu.com"
|
||||
;;
|
||||
3 | 4 | 20 | 33)
|
||||
net="ws"
|
||||
;;
|
||||
5)
|
||||
net="h2"
|
||||
;;
|
||||
6 | 21)
|
||||
net="kcp"
|
||||
;;
|
||||
7 | 22)
|
||||
net="kcp"
|
||||
header="utp"
|
||||
;;
|
||||
8 | 23)
|
||||
net="kcp"
|
||||
header="srtp"
|
||||
;;
|
||||
9 | 24)
|
||||
net="kcp"
|
||||
header="wechat-video"
|
||||
;;
|
||||
10 | 25)
|
||||
net="kcp"
|
||||
header="dtls"
|
||||
;;
|
||||
11 | 26)
|
||||
net="kcp"
|
||||
header="wireguard"
|
||||
;;
|
||||
12 | 27)
|
||||
net="quic"
|
||||
;;
|
||||
13 | 28)
|
||||
net="quic"
|
||||
header="utp"
|
||||
;;
|
||||
14 | 29)
|
||||
net="quic"
|
||||
header="srtp"
|
||||
;;
|
||||
15 | 30)
|
||||
net="quic"
|
||||
header="wechat-video"
|
||||
;;
|
||||
16 | 31)
|
||||
net="quic"
|
||||
header="dtls"
|
||||
;;
|
||||
17 | 32)
|
||||
net="quic"
|
||||
header="wireguard"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
_v2_info() {
|
||||
echo
|
||||
echo
|
||||
echo "---------- V2Ray 配置信息 -------------"
|
||||
if [[ $v2ray_transport == [45] ]]; then
|
||||
if [[ ! $caddy ]]; then
|
||||
echo
|
||||
echo -e " $red警告!$none$yellow请自行配置 TLS...教程: https://233v2.com/post/3/$none"
|
||||
fi
|
||||
echo
|
||||
echo -e "$yellow 地址 (Address) = $cyan${domain}$none"
|
||||
echo
|
||||
echo -e "$yellow 端口 (Port) = ${cyan}443${none}"
|
||||
echo
|
||||
echo -e "$yellow 用户ID (User ID / UUID) = $cyan${v2ray_id}$none"
|
||||
echo
|
||||
echo -e "$yellow 额外ID (Alter Id) = ${cyan}${alterId}${none}"
|
||||
echo
|
||||
echo -e "$yellow 传输协议 (Network) = ${cyan}${net}$none"
|
||||
echo
|
||||
echo -e "$yellow 伪装类型 (header type) = ${cyan}${header}$none"
|
||||
echo
|
||||
echo -e "$yellow 伪装域名 (host) = ${cyan}${domain}$none"
|
||||
echo
|
||||
echo -e "$yellow 路径 (path) = ${cyan}${_path}$none"
|
||||
echo
|
||||
echo -e "$yellow 底层传输安全 (TLS) = ${cyan}tls$none"
|
||||
echo
|
||||
if [[ $ban_ad ]]; then
|
||||
echo " 备注: 广告拦截已开启.."
|
||||
echo
|
||||
fi
|
||||
elif [[ $v2ray_transport == 33 ]]; then
|
||||
echo
|
||||
echo -e "$green ---提示..这是 VLESS 服务器配置--- $none"
|
||||
echo
|
||||
echo -e "$yellow 地址 (Address) = $cyan${domain}$none"
|
||||
echo
|
||||
echo -e "$yellow 端口 (Port) = ${cyan}443${none}"
|
||||
echo
|
||||
echo -e "$yellow 用户ID (User ID / UUID) = $cyan${v2ray_id}$none"
|
||||
echo
|
||||
echo -e "$yellow 流控 (Flow) = ${cyan}空${none}"
|
||||
echo
|
||||
echo -e "$yellow 加密 (Encryption) = ${cyan}none${none}"
|
||||
echo
|
||||
echo -e "$yellow 传输协议 (Network) = ${cyan}${net}$none"
|
||||
echo
|
||||
echo -e "$yellow 伪装类型 (header type) = ${cyan}${header}$none"
|
||||
echo
|
||||
echo -e "$yellow 伪装域名 (host) = ${cyan}${domain}$none"
|
||||
echo
|
||||
echo -e "$yellow 路径 (path) = ${cyan}${_path}$none"
|
||||
echo
|
||||
echo -e "$yellow 底层传输安全 (TLS) = ${cyan}tls$none"
|
||||
echo
|
||||
if [[ $ban_ad ]]; then
|
||||
echo " 备注: 广告拦截已开启.."
|
||||
echo
|
||||
fi
|
||||
else
|
||||
echo
|
||||
echo -e "$yellow 地址 (Address) = $cyan${ip}$none"
|
||||
echo
|
||||
echo -e "$yellow 端口 (Port) = $cyan$v2ray_port$none"
|
||||
echo
|
||||
echo -e "$yellow 用户ID (User ID / UUID) = $cyan${v2ray_id}$none"
|
||||
echo
|
||||
echo -e "$yellow 额外ID (Alter Id) = ${cyan}${alterId}${none}"
|
||||
echo
|
||||
echo -e "$yellow 传输协议 (Network) = ${cyan}${net}$none"
|
||||
echo
|
||||
echo -e "$yellow 伪装类型 (header type) = ${cyan}${header}$none"
|
||||
echo
|
||||
fi
|
||||
if [[ $v2ray_transport -ge 18 && $v2ray_transport -ne 33 ]] && [[ $ban_ad ]]; then
|
||||
echo " 备注: 动态端口已启用...广告拦截已开启..."
|
||||
echo
|
||||
elif [[ $v2ray_transport -ge 18 && $v2ray_transport -ne 33 ]]; then
|
||||
echo " 备注: 动态端口已启用..."
|
||||
echo
|
||||
elif [[ $ban_ad ]]; then
|
||||
echo " 备注: 广告拦截已开启.."
|
||||
echo
|
||||
fi
|
||||
echo "---------- END -------------"
|
||||
echo
|
||||
echo "V2Ray 客户端使用教程: https://233v2.com/post/4/"
|
||||
echo
|
||||
echo -e "提示: 输入 $cyan v2ray url $none 可生成 vmess URL 链接 / 输入 $cyan v2ray qr $none 可生成二维码链接"
|
||||
echo
|
||||
echo -e "${yellow}免被墙..推荐使用JMS: ${cyan}https://getjms.com${none}"
|
||||
echo
|
||||
}
|
||||
115
src/vmess-config.sh
Normal file
115
src/vmess-config.sh
Normal file
@@ -0,0 +1,115 @@
|
||||
# config file
|
||||
case $v2ray_transport in
|
||||
1)
|
||||
v2ray_server_config_file="/etc/v2ray/233boy/v2ray/config/server/tcp.json"
|
||||
v2ray_client_config_file="/etc/v2ray/233boy/v2ray/config/client/tcp.json"
|
||||
;;
|
||||
2)
|
||||
v2ray_server_config_file="/etc/v2ray/233boy/v2ray/config/server/http.json"
|
||||
v2ray_client_config_file="/etc/v2ray/233boy/v2ray/config/client/http.json"
|
||||
;;
|
||||
3)
|
||||
v2ray_server_config_file="/etc/v2ray/233boy/v2ray/config/server/ws.json"
|
||||
v2ray_client_config_file="/etc/v2ray/233boy/v2ray/config/client/ws.json"
|
||||
;;
|
||||
4)
|
||||
v2ray_server_config_file="/etc/v2ray/233boy/v2ray/config/server/ws.json"
|
||||
v2ray_client_config_file="/etc/v2ray/233boy/v2ray/config/client/ws_tls.json"
|
||||
;;
|
||||
5)
|
||||
v2ray_server_config_file="/etc/v2ray/233boy/v2ray/config/server/h2.json"
|
||||
v2ray_client_config_file="/etc/v2ray/233boy/v2ray/config/client/h2.json"
|
||||
;;
|
||||
[6-9] | 10 | 11)
|
||||
v2ray_server_config_file="/etc/v2ray/233boy/v2ray/config/server/kcp.json"
|
||||
v2ray_client_config_file="/etc/v2ray/233boy/v2ray/config/client/kcp.json"
|
||||
;;
|
||||
1[2-7])
|
||||
v2ray_server_config_file="/etc/v2ray/233boy/v2ray/config/server/quic.json"
|
||||
v2ray_client_config_file="/etc/v2ray/233boy/v2ray/config/client/quic.json"
|
||||
;;
|
||||
18)
|
||||
v2ray_server_config_file="/etc/v2ray/233boy/v2ray/config/server/dynamic/tcp.json"
|
||||
v2ray_client_config_file="/etc/v2ray/233boy/v2ray/config/client/tcp.json"
|
||||
;;
|
||||
19)
|
||||
v2ray_server_config_file="/etc/v2ray/233boy/v2ray/config/server/dynamic/http.json"
|
||||
v2ray_client_config_file="/etc/v2ray/233boy/v2ray/config/client/http.json"
|
||||
;;
|
||||
20)
|
||||
v2ray_server_config_file="/etc/v2ray/233boy/v2ray/config/server/dynamic/ws.json"
|
||||
v2ray_client_config_file="/etc/v2ray/233boy/v2ray/config/client/ws.json"
|
||||
;;
|
||||
2[1-6])
|
||||
v2ray_server_config_file="/etc/v2ray/233boy/v2ray/config/server/dynamic/kcp.json"
|
||||
v2ray_client_config_file="/etc/v2ray/233boy/v2ray/config/client/kcp.json"
|
||||
;;
|
||||
33)
|
||||
v2ray_server_config_file="/etc/v2ray/233boy/v2ray/config/server/vless_ws.json"
|
||||
v2ray_client_config_file="/etc/v2ray/233boy/v2ray/config/client/vless_ws_tls.json"
|
||||
;;
|
||||
*)
|
||||
v2ray_server_config_file="/etc/v2ray/233boy/v2ray/config/server/dynamic/quic.json"
|
||||
v2ray_client_config_file="/etc/v2ray/233boy/v2ray/config/client/quic.json"
|
||||
;;
|
||||
esac
|
||||
|
||||
# copy config file
|
||||
cp -f $v2ray_server_config_file $v2ray_server_config
|
||||
cp -f $v2ray_client_config_file $v2ray_client_config
|
||||
|
||||
# change port, uuid, alterId
|
||||
sed -i "9s/2333/$v2ray_port/; 14s/$old_id/$v2ray_id/; 16s/233/$alterId/" $v2ray_server_config
|
||||
|
||||
# change dynamic port
|
||||
if [[ $v2ray_transport -ge 18 && $v2ray_transport -ne 33 ]]; then
|
||||
local multi_port="${v2ray_dynamicPort_start}-${v2ray_dynamicPort_end}"
|
||||
sed -i "s/10000-20000/$multi_port/" $v2ray_server_config
|
||||
fi
|
||||
|
||||
# change domain and path, or header type
|
||||
case $v2ray_transport in
|
||||
5)
|
||||
sed -i "24s/233blog.com/$domain/" $v2ray_server_config
|
||||
if [[ $is_path ]]; then
|
||||
sed -i "26s/233blog/$path/" $v2ray_server_config
|
||||
else
|
||||
sed -i "26s/233blog//" $v2ray_server_config
|
||||
fi
|
||||
;;
|
||||
7 | 13 | 22 | 28)
|
||||
sed -i "s/none/utp/" $v2ray_server_config
|
||||
sed -i "s/none/utp/" $v2ray_client_config
|
||||
;;
|
||||
8 | 14 | 23 | 29)
|
||||
sed -i "s/none/srtp/" $v2ray_server_config
|
||||
sed -i "s/none/srtp/" $v2ray_client_config
|
||||
;;
|
||||
9 | 15 | 24 | 30)
|
||||
sed -i "s/none/wechat-video/" $v2ray_server_config
|
||||
sed -i "s/none/wechat-video/" $v2ray_client_config
|
||||
;;
|
||||
10 | 16 | 25 | 31)
|
||||
sed -i "s/none/dtls/" $v2ray_server_config
|
||||
sed -i "s/none/dtls/" $v2ray_client_config
|
||||
;;
|
||||
11 | 17 | 26 | 32)
|
||||
sed -i "s/none/wireguard/" $v2ray_server_config
|
||||
sed -i "s/none/wireguard/" $v2ray_client_config
|
||||
;;
|
||||
esac
|
||||
|
||||
## change client config file
|
||||
[[ -z $ip ]] && get_ip
|
||||
if [[ $v2ray_transport == [45] || $v2ray_transport == 33 ]]; then
|
||||
sed -i "s/233blog.com/$domain/; 9s/2333/443/; 12s/$old_id/$v2ray_id/; 13s/233/$alterId/" $v2ray_client_config
|
||||
if [[ $is_path ]]; then
|
||||
sed -i "27s/233blog/$path/" $v2ray_client_config
|
||||
else
|
||||
sed -i "27s/233blog//" $v2ray_client_config
|
||||
fi
|
||||
else
|
||||
sed -i "s/233blog.com/$ip/; 9s/2333/$v2ray_port/; 12s/$old_id/$v2ray_id/; 13s/233/$alterId/" $v2ray_client_config
|
||||
fi
|
||||
|
||||
# zip -q -r -j --password "233blog.com" /etc/v2ray/233blog_v2ray.zip $v2ray_client_config
|
||||
38
templates/h2.json
Normal file
38
templates/h2.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"port": 2333, // v2ray port
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", // uuid
|
||||
"level": 1,
|
||||
"alterId": 233 // alterid
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "h2",
|
||||
"httpSettings": {
|
||||
"host": [
|
||||
"233blog.com" // domain
|
||||
],
|
||||
"path": "/233blog" // path
|
||||
},
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
"certificates": [
|
||||
{
|
||||
"certificateFile": "/etc/v2ray/233boy/v2ray/config/233blog.com.cer",
|
||||
"keyFile": "/etc/v2ray/233boy/v2ray/config/233blog.com.key"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
56
templates/http.json
Normal file
56
templates/http.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"port": 2333, // v2ray port
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", // uuid
|
||||
"level": 1,
|
||||
"alterId": 233 // alterid
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp",
|
||||
"tcpSettings": {
|
||||
"header": {
|
||||
"type": "http",
|
||||
"response": {
|
||||
"version": "1.1",
|
||||
"status": "200",
|
||||
"reason": "OK",
|
||||
"headers": {
|
||||
"Content-encoding": [
|
||||
"gzip"
|
||||
],
|
||||
"Content-Type": [
|
||||
"text/html; charset=utf-8"
|
||||
],
|
||||
"Cache-Control": [
|
||||
"no-cache"
|
||||
],
|
||||
"Vary": [
|
||||
"Accept-Encoding"
|
||||
],
|
||||
"X-Frame-Options": [
|
||||
"deny"
|
||||
],
|
||||
"X-XSS-Protection": [
|
||||
"1; mode=block"
|
||||
],
|
||||
"X-content-type-options": [
|
||||
"nosniff"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
28
templates/kcp.json
Normal file
28
templates/kcp.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"port": 2333, // v2ray port
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", // uuid
|
||||
"level": 1,
|
||||
"alterId": 233 // alaterid
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "kcp",
|
||||
"kcpSettings": {
|
||||
"header": {
|
||||
"type": "none" // options > [none, srtp, utp, wechat-video, dtls, wireguard]
|
||||
}
|
||||
}
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
12
templates/mtproto.json
Normal file
12
templates/mtproto.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"protocol": "mtproto",
|
||||
"port": 6666, //port
|
||||
"tag": "tg-in",
|
||||
"settings": {
|
||||
"users": [
|
||||
{
|
||||
"secret": "bb8a7fbd7190e345024845f07373ec48" // secret
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
34
templates/multiple.json
Normal file
34
templates/multiple.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"port": 2333, // v2ray port
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", // uuid
|
||||
"level": 1,
|
||||
"alterId": 233 // alterid
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp"
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}, // ignore this error
|
||||
{
|
||||
"protocol": "shadowsocks",
|
||||
"port": 6666, // port
|
||||
"settings": {
|
||||
"method": "chacha20-ietf", // options > [aes-256-cfb, aes-128-cfb, chacha20, chacha20-ietf, aes-256-gcm, aes-128-gcm, chacha20-ietf-poly1305]
|
||||
"password": "233blog.com", // password
|
||||
"network": "tcp,udp",
|
||||
"level": 1,
|
||||
"ota": false
|
||||
}
|
||||
}
|
||||
30
templates/quic.json
Normal file
30
templates/quic.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"port": 2333, // v2ray port
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", // uuid
|
||||
"level": 1,
|
||||
"alterId": 233 // alaterid
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "quic",
|
||||
"security": "aes-128-gcm",
|
||||
"key": "",
|
||||
"quicSettings": {
|
||||
"header": {
|
||||
"type": "none" // options > [none, srtp, utp, wechat-video, dtls, wireguard]
|
||||
}
|
||||
}
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
10
templates/rules/ban_client_ip.json
Normal file
10
templates/rules/ban_client_ip.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "field",
|
||||
"source": [
|
||||
"127.0.0.0/8",
|
||||
"1.1.1.1",
|
||||
"1.1.1.2"
|
||||
],
|
||||
"outboundTag": "blocked" // don't change this tag
|
||||
}
|
||||
// https://v2ray.com/chapter_02/03_routing.html
|
||||
10
templates/rules/ban_domain.json
Normal file
10
templates/rules/ban_domain.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"domain:baidu.com",
|
||||
"2345.com",
|
||||
"360.com"
|
||||
],
|
||||
"outboundTag": "blocked" // don't change this tag
|
||||
}
|
||||
// https://v2ray.com/chapter_02/03_routing.html
|
||||
10
templates/rules/ban_ip.json
Normal file
10
templates/rules/ban_ip.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"127.0.0.0/8",
|
||||
"1.1.1.1",
|
||||
"1.1.1.2"
|
||||
],
|
||||
"outboundTag": "blocked" // don't change this tag
|
||||
}
|
||||
// https://v2ray.com/chapter_02/03_routing.html
|
||||
15
templates/rules/only_allow_client_ip.json
Normal file
15
templates/rules/only_allow_client_ip.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"1.1.1.1",
|
||||
"1.1.1.2",
|
||||
"3.3.3.3"
|
||||
],
|
||||
"outboundTag": "direct" // don't change this tag
|
||||
}, // ignore this error
|
||||
{
|
||||
"type": "field",
|
||||
"network": "tcp,udp",
|
||||
"outboundTag": "blocked" // don't change this tag
|
||||
}
|
||||
// https://v2ray.com/chapter_02/03_routing.html
|
||||
15
templates/rules/only_allow_domain.json
Normal file
15
templates/rules/only_allow_domain.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"domain:google.com",
|
||||
"domain:github.com",
|
||||
"youtube.com"
|
||||
],
|
||||
"outboundTag": "direct" // don't change this tag
|
||||
}, // ignore this error
|
||||
{
|
||||
"type": "field",
|
||||
"network": "tcp,udp",
|
||||
"outboundTag": "blocked" // don't change this tag
|
||||
}
|
||||
// https://v2ray.com/chapter_02/03_routing.html
|
||||
16
templates/socks.json
Normal file
16
templates/socks.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"protocol": "socks",
|
||||
"port": 6666, // port
|
||||
"settings": {
|
||||
"auth": "password",
|
||||
"accounts": [
|
||||
{
|
||||
"user": "233v2.com", // username
|
||||
"pass": "233blog.com" // passowrd
|
||||
}
|
||||
],
|
||||
"udp": true,
|
||||
"timeout": 0,
|
||||
"userLevel": 1
|
||||
}
|
||||
}
|
||||
11
templates/ss.json
Normal file
11
templates/ss.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"protocol": "shadowsocks",
|
||||
"port": 6666, // port
|
||||
"settings": {
|
||||
"method": "chacha20-ietf", // options > [aes-256-cfb, aes-128-cfb, chacha20, chacha20-ietf, aes-256-gcm, aes-128-gcm, chacha20-ietf-poly1305]
|
||||
"password": "233blog.com", // password
|
||||
"network": "tcp,udp",
|
||||
"level": 1,
|
||||
"ota": false
|
||||
}
|
||||
}
|
||||
23
templates/tcp.json
Normal file
23
templates/tcp.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"port": 2333, // v2ray port
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", // uuid
|
||||
"level": 1,
|
||||
"alterId": 233 // alterid
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp"
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
23
templates/ws.json
Normal file
23
templates/ws.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"port": 2333, // v2ray port
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", // uuid
|
||||
"level": 1,
|
||||
"alterId": 233 // alterid
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "ws"
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
8
tools/quic.sh
Normal file
8
tools/quic.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
backup="/etc/v2ray/233blog_v2ray_backup.conf"
|
||||
. $backup
|
||||
if [[ $v2ray_transport -ge 13 ]]; then
|
||||
tmp_transport=$(($v2ray_transport +6))
|
||||
sed -i "18s/=$v2ray_transport/=$tmp_transport/" $backup
|
||||
fi
|
||||
v2ray update.sh
|
||||
75
tools/reconfig.sh
Normal file
75
tools/reconfig.sh
Normal file
@@ -0,0 +1,75 @@
|
||||
#!/bin/bash
|
||||
uuid=$(cat /proc/sys/kernel/random/uuid)
|
||||
cat >/etc/v2ray/233blog_v2ray_backup.conf.tmp <<-EOF
|
||||
# -----------------------------------
|
||||
# 警告...请不要修改或删除这个文件...谢谢
|
||||
# 警告...请不要修改或删除这个文件...谢谢
|
||||
# 警告...请不要修改或删除这个文件...谢谢
|
||||
# -----------------------------------
|
||||
|
||||
# ---- 再次提醒 ----
|
||||
# 大胸弟...如果你看到了这个...记得不要修改或更改这个文件
|
||||
|
||||
# ---- 说明 ----
|
||||
# 嗯……这个文件呢,是用来备份一些设置的
|
||||
# 我懒...不想用 JQ 去解析 JSON....
|
||||
# 那就把 V2Ray 配置文件的一些重要参数提取出来
|
||||
# 然后..在修改 V2Ray 配置的时候再重写一下就 OK 啦...
|
||||
# 嗯…笨笨的方法
|
||||
|
||||
# ---- V2Ray 传输协议 -----
|
||||
v2ray_transport=$v2ray_transport
|
||||
|
||||
#---- V2Ray 端口 -----
|
||||
v2ray_port=$v2ray_port
|
||||
|
||||
#---- UUID -----
|
||||
v2ray_id=$uuid
|
||||
|
||||
#---- alterId -----
|
||||
alterId=233
|
||||
|
||||
#---- V2Ray 动态端口开始 -----
|
||||
v2ray_dynamicPort_start=$v2ray_dynamicPort_start
|
||||
|
||||
#---- V2Ray 动态端口结束 -----
|
||||
v2ray_dynamicPort_end=$v2ray_dynamicPort_end
|
||||
|
||||
#---- 域名 -----
|
||||
domain=$domain
|
||||
|
||||
#---- caddy -----
|
||||
caddy_status=$caddy_installed
|
||||
|
||||
#---- Shadowsocks -----
|
||||
shadowsocks_status=$shadowsocks
|
||||
|
||||
#---- Shadowsocks 端口 -----
|
||||
ssport=$ssport
|
||||
|
||||
#---- Shadowsocks 密码 -----
|
||||
sspass=$sspass
|
||||
|
||||
#---- Shadowsocks 加密协议 -----
|
||||
ssciphers=$ssciphers
|
||||
|
||||
#---- 屏蔽广告 -----
|
||||
blocked_ad_status=$is_blocked_ad
|
||||
|
||||
#---- 网站伪装 -----
|
||||
ws_path_status=$is_ws_path
|
||||
|
||||
#---- 伪装的路径 -----
|
||||
ws_path=$ws_path
|
||||
|
||||
#---- 伪装的网址 -----
|
||||
proxy_site=$proxy_site
|
||||
EOF
|
||||
rm -rf $backup
|
||||
mv -f /etc/v2ray/233blog_v2ray_backup.conf.tmp /etc/v2ray/233blog_v2ray_backup.conf
|
||||
echo
|
||||
echo -e " .... 哇哦.. .."
|
||||
echo
|
||||
echo -e " 请使用命令$yellow v2ray reload $none重新加载配置...以避免发生莫名其妙的问题"
|
||||
echo
|
||||
exit 1
|
||||
132
tools/v1xx_to_v3xx.sh
Normal file
132
tools/v1xx_to_v3xx.sh
Normal file
@@ -0,0 +1,132 @@
|
||||
#!/bin/bash
|
||||
backup="/etc/v2ray/233blog_v2ray_backup.txt"
|
||||
v2ray_transport=$(sed -n '17p' $backup)
|
||||
v2ray_port=$(sed -n '19p' $backup)
|
||||
v2ray_id=$(sed -n '21p' $backup)
|
||||
v2ray_dynamicPort_start=$(sed -n '23p' $backup)
|
||||
v2ray_dynamicPort_end=$(sed -n '25p' $backup)
|
||||
domain=$(sed -n '27p' $backup)
|
||||
caddy_status=$(sed -n '29p' $backup)
|
||||
shadowsocks_status=$(sed -n '31p' $backup)
|
||||
ssport=$(sed -n '33p' $backup)
|
||||
sspass=$(sed -n '35p' $backup)
|
||||
ssciphers=$(sed -n '37p' $backup)
|
||||
blocked_ad_status=$(sed -n '39p' $backup)
|
||||
ws_path_status=$(sed -n '41p' $backup)
|
||||
ws_path=$(sed -n '43p' $backup)
|
||||
proxy_site=$(sed '$!d' $backup)
|
||||
if [[ $caddy_status == "true" ]]; then
|
||||
caddy_installed=true
|
||||
fi
|
||||
if [[ $shadowsocks_status == "true" ]]; then
|
||||
shadowsocks=true
|
||||
fi
|
||||
if [[ $blocked_ad_status == "true" ]]; then
|
||||
is_blocked_ad=true
|
||||
fi
|
||||
if [[ $ws_path_status == "true" ]]; then
|
||||
is_ws_path=true
|
||||
fi
|
||||
|
||||
cat >/etc/v2ray/233blog_v2ray_backup.conf <<-EOF
|
||||
# -----------------------------------
|
||||
# 警告...请不要修改或删除这个文件...谢谢
|
||||
# 警告...请不要修改或删除这个文件...谢谢
|
||||
# 警告...请不要修改或删除这个文件...谢谢
|
||||
# -----------------------------------
|
||||
|
||||
# ---- 再次提醒 ----
|
||||
# 大胸弟...如果你看到了这个...记得不要修改或更改这个文件
|
||||
|
||||
# ---- 说明 ----
|
||||
# 嗯……这个文件呢,是用来备份一些设置的
|
||||
#
|
||||
#mark=v3
|
||||
#
|
||||
#
|
||||
|
||||
# ---- V2Ray 传输协议 -----
|
||||
v2ray_transport=$v2ray_transport
|
||||
|
||||
#---- V2Ray 端口 -----
|
||||
v2ray_port=$v2ray_port
|
||||
|
||||
#---- UUID -----
|
||||
v2ray_id=$v2ray_id
|
||||
|
||||
#---- alterId -----
|
||||
alterId=233
|
||||
|
||||
#---- V2Ray 动态端口开始 -----
|
||||
v2ray_dynamicPort_start=$v2ray_dynamicPort_start
|
||||
|
||||
#---- V2Ray 动态端口结束 -----
|
||||
v2ray_dynamicPort_end=$v2ray_dynamicPort_end
|
||||
|
||||
#---- 域名 -----
|
||||
domain=$domain
|
||||
|
||||
#---- caddy -----
|
||||
caddy_status=$caddy_installed
|
||||
|
||||
#---- Shadowsocks -----
|
||||
shadowsocks_status=$shadowsocks
|
||||
|
||||
#---- Shadowsocks 端口 -----
|
||||
ssport=$ssport
|
||||
|
||||
#---- Shadowsocks 密码 -----
|
||||
sspass=$sspass
|
||||
|
||||
#---- Shadowsocks 加密协议 -----
|
||||
ssciphers=$ssciphers
|
||||
|
||||
#---- 屏蔽广告 -----
|
||||
blocked_ad_status=$is_blocked_ad
|
||||
|
||||
#---- 网站伪装 -----
|
||||
path_status=$is_ws_path
|
||||
|
||||
#---- 伪装的路径 -----
|
||||
path=$ws_path
|
||||
|
||||
#---- 伪装的网址 -----
|
||||
proxy_site=$proxy_site
|
||||
|
||||
#---- Socks -----
|
||||
socks=
|
||||
|
||||
#---- Socks 端口-----
|
||||
socks_port=233
|
||||
|
||||
#---- Socks 用户名 -----
|
||||
socks_username=233blog
|
||||
|
||||
#---- Socks 密码 -----
|
||||
socks_userpass=233blog.com
|
||||
|
||||
#---- MTProto -----
|
||||
mtproto=
|
||||
|
||||
#---- MTProto 端口-----
|
||||
mtproto_port=233
|
||||
|
||||
#---- MTProto 用户密钥 -----
|
||||
mtproto_secret=lalala
|
||||
|
||||
#---- 屏蔽 BT -----
|
||||
ban_bt=true
|
||||
EOF
|
||||
if [[ -f /usr/local/bin/v2ray ]]; then
|
||||
cp -f /etc/v2ray/233boy/v2ray/v2ray.sh /usr/local/sbin/v2ray
|
||||
chmod +x /usr/local/sbin/v2ray
|
||||
rm -rf $backup
|
||||
rm -rf /usr/local/bin/v2ray
|
||||
fi
|
||||
|
||||
echo
|
||||
echo -e " 哇哦...脚本差点就跪了..."
|
||||
echo
|
||||
echo -e "\n $yellow 警告: 请重新登录 SSH 以避免出现 v2ray 命令未找到的情况。$none \n" && exit 1
|
||||
echo
|
||||
exit 1
|
||||
114
tools/v3.sh
Normal file
114
tools/v3.sh
Normal file
@@ -0,0 +1,114 @@
|
||||
#!/bin/bash
|
||||
case $v2ray_transport in
|
||||
[5-8])
|
||||
_transport=$(($v2ray_transport + 1))
|
||||
;;
|
||||
9 | 1[0-5])
|
||||
_transport=$(($v2ray_transport + 9))
|
||||
;;
|
||||
16)
|
||||
_transport=5
|
||||
;;
|
||||
17)
|
||||
_transport=1
|
||||
;;
|
||||
*)
|
||||
_transport=$v2ray_transport
|
||||
;;
|
||||
esac
|
||||
|
||||
if [[ $v2ray_transport == 17 ]]; then
|
||||
v2ray_id=$(cat /proc/sys/kernel/random/uuid)
|
||||
fi
|
||||
|
||||
cat >$backup <<-EOF
|
||||
# -----------------------------------
|
||||
# 警告...请不要修改或删除这个文件...谢谢
|
||||
# 警告...请不要修改或删除这个文件...谢谢
|
||||
# 警告...请不要修改或删除这个文件...谢谢
|
||||
# -----------------------------------
|
||||
|
||||
# ---- 再次提醒 ----
|
||||
# 大胸弟...如果你看到了这个...记得不要修改或更改这个文件
|
||||
|
||||
# ---- 说明 ----
|
||||
# 嗯……这个文件呢,是用来备份一些设置的
|
||||
#
|
||||
mark=v3
|
||||
#
|
||||
#
|
||||
|
||||
# ---- V2Ray 传输协议 -----
|
||||
v2ray_transport=$_transport
|
||||
|
||||
#---- V2Ray 端口 -----
|
||||
v2ray_port=$v2ray_port
|
||||
|
||||
#---- UUID -----
|
||||
v2ray_id=$v2ray_id
|
||||
|
||||
#---- alterId -----
|
||||
alterId=$alterId
|
||||
|
||||
#---- V2Ray 动态端口开始 -----
|
||||
v2ray_dynamicPort_start=$v2ray_dynamicPort_start
|
||||
|
||||
#---- V2Ray 动态端口结束 -----
|
||||
v2ray_dynamicPort_end=$v2ray_dynamicPort_end
|
||||
|
||||
#---- 域名 -----
|
||||
domain=$domain
|
||||
|
||||
#---- caddy -----
|
||||
caddy=$caddy_status
|
||||
|
||||
#---- Shadowsocks -----
|
||||
shadowsocks=$shadowsocks_status
|
||||
|
||||
#---- Shadowsocks 端口 -----
|
||||
ssport=$ssport
|
||||
|
||||
#---- Shadowsocks 密码 -----
|
||||
sspass=$sspass
|
||||
|
||||
#---- Shadowsocks 加密协议 -----
|
||||
ssciphers=$ssciphers
|
||||
|
||||
#---- 屏蔽广告 -----
|
||||
ban_ad=$blocked_ad_status
|
||||
|
||||
#---- 网站伪装 -----
|
||||
path_status=$path_status
|
||||
|
||||
#---- 伪装的路径 -----
|
||||
path=$path
|
||||
|
||||
#---- 伪装的网址 -----
|
||||
proxy_site=$proxy_site
|
||||
|
||||
#---- Socks -----
|
||||
socks=
|
||||
|
||||
#---- Socks 端口-----
|
||||
socks_port=233
|
||||
|
||||
#---- Socks 用户名 -----
|
||||
socks_username=233blog
|
||||
|
||||
#---- Socks 密码 -----
|
||||
socks_userpass=233blog.com
|
||||
|
||||
#---- MTProto -----
|
||||
mtproto=
|
||||
|
||||
#---- MTProto 端口-----
|
||||
mtproto_port=233
|
||||
|
||||
#---- MTProto 用户密钥 -----
|
||||
mtproto_secret=lalala
|
||||
|
||||
#---- 屏蔽 BT -----
|
||||
ban_bt=true
|
||||
EOF
|
||||
|
||||
. $backup
|
||||
Reference in New Issue
Block a user