[
  {
    "path": "Dockerfile",
    "content": "# From alpine:latest image\nFROM alpine:latest\n\nMAINTAINER @aliasmee\n\n# Define a dynamic variable for Certificate CN\nENV HOST_IP ''\nENV VPNUSER ''\nENV VPNPASS ''\nENV TZ=Asia/Shanghai\n\n# strongSwan Version\nARG SS_VERSION=\"https://download.strongswan.org/strongswan-5.6.2.tar.gz\"\n\n# download en\nARG BUILD_DEPS=\"gettext\"\nARG RUNTIME_DEPS=\"libintl\"\n\n# Install dep packge , Configure,make and install strongSwan\nRUN apk --update add build-base curl bash iproute2 iptables-dev openssl openssl-dev supervisor bash && mkdir -p /tmp/strongswan \\\n    && apk add --update $RUNTIME_DEPS && apk add --virtual build_deps $BUILD_DEPS && cp /usr/bin/envsubst /usr/local/bin/envsubst \\\n    && curl -Lo /tmp/strongswan.tar.gz $SS_VERSION && tar --strip-components=1 -C /tmp/strongswan -xf /tmp/strongswan.tar.gz \\\n    && cd /tmp/strongswan \\\n    && ./configure  --enable-eap-identity --enable-eap-md5 --enable-eap-mschapv2 --enable-eap-tls --enable-eap-ttls --enable-eap-peap --enable-eap-tnc --enable-eap-dynamic --enable-eap-radius --enable-xauth-eap  --enable-dhcp  --enable-openssl  --enable-addrblock --enable-unity --enable-certexpire --enable-radattr --enable-swanctl --enable-openssl --disable-gmp && make && make install \\\n    && rm -rf /tmp/* && apk del build-base curl openssl-dev build_deps && rm -rf /var/cache/apk/* \\\n    && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \n\n# Change local zonetime(BeiJing)\n# RUN \\cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \n\n# Create cert dir\nRUN mkdir -p /data/key_files\n\n# Copy configure file to ipsec\\iptables\nCOPY ./conf/strongswan.conf /usr/local/etc/strongswan.conf \nCOPY ./conf/ipsec.secrets /usr/local/etc/ipsec.secrets\nCOPY ./conf/iptables /etc/sysconfig/iptables\nCOPY ./conf/supervisord.conf /etc/supervisord.conf\nCOPY ./conf/eap-radius.conf.template eap-radius.conf.template\nCOPY ./conf/ipsec.conf.template ipsec.conf.template\n\n# Make cert script and copy cert to ipsec dir\nCOPY ./scripts/vpn /usr/bin/vpn\n\n# Open udp 500\\4500 port\nEXPOSE 500:500/udp 4500:4500/udp\n\n# Privilege mode\n#CMD [\"/usr/bin/supervisord\"]\nADD init.sh /init.sh\nRUN chmod +x /init.sh\nENTRYPOINT [\"/init.sh\",\"/usr/bin/supervisord\", \"--nodaemon\", \"--configuration\", \"/etc/supervisord.conf\"]\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    {one line to give the program's name and a brief idea of what it does.}\n    Copyright (C) {year}  {name of author}\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    {project}  Copyright (C) {year}  {fullname}\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "README.md",
    "content": "# A runing IKEv2 VPN's container on alpine linux system\n## Overview ##\nLet the IKEv2 vpn service run in the Docker container, do not need too much configuration, you just take the mirror on the Docker server, then run a container, the container generated certificate copy installed on your client, you can connect vpn The server. Welcome everyone's discussion！:blush:\n\n## Features\n* based on alpine image and Using supervisor to protect the IPSec process\n* StrongSwan provides ikev2 VPN service\n* In addition to Android and Linux, but other devices(Winodws 7+,Mac,iOS) by default comes with IKEv2 dial clients\n* When the container is run, the certificate file is dynamically generated based on the environment variable (last version)\n* Combined with Freeradius achieve Authentication, authorization, and accounting (AAA) (Done -> v0.1)\n\n## Prerequisites\n* The host can use physical machines, virtual machines, and VPS.\n* The host machines and containers must be opened within ip_forward （net.ipv4.ip_forward）\n* The host machines Install Docker engine.\n* Support eap authentication radius server(EAP-RADIUS)\n\n## Usage examples\n### Install From Script `recommended approach`\n\n1. As follows\n```bash\n# ./onekey_run_vpnserver.sh 'new_vpnuser' 'new_password'\n```\n\n`$1:` vpn user\n\n`$2:` vpn password\n\n*`WARNING`: As root privileged running*\n\n### Install From Git source\n\n1. Make a Image\n\n[Method 1] Using git source code\n\n```Bash\n# git clone https://github.com/aliasmee/alpine-ikev2-vpn.git\n```\n\nbuild image:\n\n```Bash\n# cd alpine-ikev2-vpn/\n# docker build -t ikev2 .\n```\n\n[Method 2] Using `docker pull` download images to the local from dockerhub\n```Bash\n# docker pull hanyifeng/alpine-ikev2-vpn\n```\n\nAfter building the image, run `docker run` command.\n\n2. Start the service with the following command (Support radius AAA)\n\n* eap-mschapv2 mode\n```bash\n# docker run --restart=always -itd --privileged -v /lib/modules:/lib/modules -e HOST_IP='Your's Public network IP' -e VPNUSER=jack -e VPNPASS=\"jack&opsAdmin\" -p 500:500/udp -p 4500:4500/udp --name=ikev2-vpn ikev2\n```\n\n`HOST_IP:` Public network must be your host IP\n\n`VPNUSER & VPNPASS :` The function is to customize the user name and password to connect to the VPN service.[Optional env]\n\nDefalut vpnuser is `testUserOne`,passwd is `testOnePass`\n\n* eap-radius mode\n```bash\n# docker run -itd --privileged -v /lib/modules:/lib/modules -e HOST_IP='Your's Public network IP' -e ACCOUNTING='yes' -e RADIUS_PORT='1812' -e RADIUS_SERVER='Your's radius server IP' -e RADIUS_SECRET='xxxxxxx' -e EAP_TYPE='eap-radius' -p 500:500/udp -p 4500:4500/udp --name=ikev2-vpn ikev2\n```\n\n`ACCOUNTING:` eap-radius mode Required.Value must be 'yes'\n\n`RADIUS_PORT:` radius server running port. Required.\n\n`RADIUS_SERVER:` radius server ip. Required.\n\n`RADIUS_SECRET`: radius nas client psk. Required.\n\n`EAP_TYPE`: ikev2 auth mode. Required.\n\n3. Use the following command to generate the certificate and view the certificate contents\n```Bash\n# docker exec -it ikev2-vpn sh /usr/bin/vpn\nnet.ipv4.ip_forward = 1\nipsec: stopped\nipsec: started\nBelow the horizontal line is the content of the certificate. Copy the content to a file in the .cert suffix format. Such as: vpn.cert\n______________________________________________________________\n-----BEGIN CERTIFICATE-----\nMIIDKjCCAhKgAwIBAgIIFsVYBZlPYyQwDQYJKoZIhvcNAQELBQAwMzELMAkGA1UE\nBhMCY24xDjAMBgNVBAoTBWlsb3ZlMRQwEgYDVQQDEwtqZGNsb3VkIHZwbjAeFw0x\nNzA3MjkxNTQzMzVaFw0yNzA3MjcxNTQzMzVaMDMxCzAJBgNVBAYTAmNuMQ4wDAYD\nVQQKEwVpbG92ZTEUMBIGA1UEAxMLamRjbG91ZCB2cG4wggEiMA0GCSqGSIb3DQEB\nAQUAA4IBDwAwggEKAoIBAQCcCRvhZImsZgIGcaR7oG9mNUJHlP3/UvpClPhWraLe\nm19Vi3oumo8QZTrVDbJgih81lL8djhME7b4uWUdSJgkYw8a0UF2Y1St/17HAU161\n/C6ETRCsiMFruiSjbfCiHEpegthm6740CWPk1SShRruIxsXqvPZ584M/SGmnxep+\nH+bhT+SshZRsbVlQetf2dDObcEiYqGLTAVpzzhU/X3eBMx2S3Iq41CFAXBQ50vAl\nq+uUzBss8GEqY9C9FZJthl+0QQbwEGxrDsGB5+VldNfwNZTv3xOf9lYvtYXDZ9iM\nxeCSMsCOgyvnHWT0xAC7EcM9VLC5o38t8l1MHt9meTp9AgMBAAGjQjBAMA8GA1Ud\nEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBR18mRYIT8/nCJb\nAwUYb8wc+R3QsTANBgkqhkiG9w0BAQsFAAOCAQEAFaxgrbFWUkX2StkplufJiSTz\n73kRgOHGoR2FnGcwK6Jh0BTFPVSxn540WFEhEgqbXOrayg2K49NdNB2HheWGZLMr\nzHGyEN1oBvYno8muLiWmeP4D3ihC6o99iR+riNaRo43xoYh2ksjetdk/OkbCtSJx\nFePMC0WHptGeqyhW3XJfwJ1KZGffXBbsqARXVrG2zstvTHe9vi4JoIvUoGPLNAZ9\nT6JXDKrHtWpPofVKuCreJkAn4pu2et9OhOgGYCoQrECVPsuWNtxuFVFYWaok4v2V\nVDqjxrbBG+NdgjQm71vCNayb0gwv0qPkU5YLnY8pqloltN6l4fBqkUEqKvqSwA==\n-----END CERTIFICATE-----\n```\n\n4. Copy this certificate to the remote client and name it xxx.cert or xxx.cert（Note：Windows need to modify the suffix pem for cer can be installed）\nexample:<br>\n![](https://github.com/aliasmee/alpine-ikev2-vpn/blob/master/IKEv2_enable_example.png?raw=true)\n\n5. Connect vpn it！\nOpen the network settings, create a new IKEv2 protocol VPN, enter the default VPN account and password, or use the custom user that starts the container to connect to VPN.\n\nCreate new VPN method is not described here ^_^.\n\n## Other Tips\n1. If you want to add VPN users, you can run the following command to enter the container and edit the ipsec.secrets file.\n```bash\n# docker exec -it ikev2-vpn bash\nbash-4.3# vi /usr/local/etc/ipsec.secrets\n```\n\n`Pattern example:`\n```\ntestUserOne %any : EAP \"testOnePass\"\ntestUserxxx %any : EAP \"testpass\"\n```\n\n```bash\nbash-4.3# ipsec rereadsecrets\n```\n\n## Plan list\n* Dynamically generated based on the environment variable （Completed）\n* Support one-click installation (Completed)\n* AAA Integrate Radius provides centralized Authentication, Authorization, and Accounting (Completed)\n* Clients can connect without having to install a certificate\n* Support for adding and deleting user functions\n\n## Currently supported client device\nOnly test for the following client device system，You can test on the other system versions and feedback ！<br>\n`Mac`:\t10.11.4<br>\n`iOS`:\t10.2<br>\n`Windows`:\t10<br>\n`Centos`:\t6.8<br>\n`Android`：(Download strongSwan APK)\n\n## Authors\nName:\taliasmee\n\n## Licensing\nThis project is licensed under the GNU General Public License - see the [LICENSE.md](https://github.com/aliasmee/IKEv2-radius-vpn/blob/master/LICENSE) file for details\n\n## Acknowledgments\nhttps://www.strongswan.org/\n\n## Stargazers over time\n\n[![Stargazers over time](https://starcharts.herokuapp.com/aliasmee/alpine-ikev2-vpn.svg)](https://starcharts.herokuapp.com/aliasmee/alpine-ikev2-vpn)\n"
  },
  {
    "path": "_config.yml",
    "content": "theme: jekyll-theme-cayman"
  },
  {
    "path": "conf/eap-radius.conf.template",
    "content": "eap-radius {\n\n    # Send RADIUS accounting information to RADIUS servers.\n     accounting = ${ACCOUNTING}\n\n    # Close the IKE_SA if there is a timeout during interim RADIUS accounting\n    # updates.\n    # accounting_close_on_timeout = yes\n\n    # Interval in seconds for interim RADIUS accounting updates, if not\n    # specified by the RADIUS server in the Access-Accept message.\n    # accounting_interval = 0\n\n    # If enabled, accounting is disabled unless an IKE_SA has at least one\n    # virtual IP. Only for IKEv2, for IKEv1 a virtual IP is strictly necessary.\n    # accounting_requires_vip = no\n\n    # Use class attributes in Access-Accept messages as group membership\n    # information.\n    # class_group = no\n\n    # Closes all IKE_SAs if communication with the RADIUS server times out. If\n    # it is not set only the current IKE_SA is closed.\n    # close_all_on_timeout = no\n\n    # Send EAP-Start instead of EAP-Identity to start RADIUS conversation.\n    # eap_start = no\n\n    # Use filter_id attribute as group membership information.\n    # filter_id = no\n\n    # Prefix to EAP-Identity, some AAA servers use a IMSI prefix to select the\n    # EAP method.\n    # id_prefix =\n\n    # Whether to load the plugin. Can also be an integer to increase the\n    # priority of this plugin.\n    load = yes\n\n    # NAS-Identifier to include in RADIUS messages.\n    # nas_identifier = strongSwan\n\n    # Port of RADIUS server (authentication).\n     port = ${RADIUS_PORT}\n\n    # Base to use for calculating exponential back off.\n    # retransmit_base = 1.4\n\n    # Timeout in seconds before sending first retransmit.\n    # retransmit_timeout = 2.0\n\n    # Number of times to retransmit a packet before giving up.\n    # retransmit_tries = 4\n\n    # Shared secret between RADIUS and NAS. If set, make sure to adjust the\n    # permissions of the config file accordingly.\n     secret = ${RADIUS_SECRET}\n\n    # IP/Hostname of RADIUS server.\n     server = ${RADIUS_SERVER}\n\n    # Number of sockets (ports) to use, increase for high load.\n    # sockets = 1\n\n    dae {\n\n        # Enables support for the Dynamic Authorization Extension (RFC 5176).\n        # enable = no\n\n        # Address to listen for DAE messages from the RADIUS server.\n        # listen = 0.0.0.0\n\n        # Port to listen for DAE requests.\n        # port = 3799\n\n        # Shared secret used to verify/sign DAE messages. If set, make sure to\n        # adjust the permissions of the config file accordingly.\n        # secret =\n\n    }\n\n    forward {\n\n        # RADIUS attributes to be forwarded from IKEv2 to RADIUS.\n        # ike_to_radius =\n\n        # Same as ike_to_radius but from RADIUS to IKEv2.\n        # radius_to_ike =\n\n    }\n\n    # Section to specify multiple RADIUS servers.\n    servers {\n\n    }\n\n    # Section to configure multiple XAuth authentication rounds via RADIUS.\n    xauth {\n\n    }\n\n}\n\n"
  },
  {
    "path": "conf/ipsec.conf.template",
    "content": "config setup \n    uniqueids=never   \n \nconn %default   \n     ikelifetime=60m   \n     keylife=20m   \n     rekeymargin=3m   \n     rekey=no   \n     keyingtries=1   \n     keyexchange=ike   \n     leftsubnet=0.0.0.0/0   \n     right=%any     \n     rightsourceip=10.28.0.0/24   \n     dpdaction=clear \n     dpddelay=300s \n     dpdtimeout=1h \n \nconn Windows7-os+ \n     keyexchange=ikev2\n     auto=add \n     leftauth=pubkey\n     leftcert=server.cert.pem \n     rightauth=eap-mschapv2 \n     rightsendcert=never   \n     eap_identity=%identity   \n     compress=yes \n \nconn IOS_Mac_IKEv2 \n    keyexchange=ikev2 \n    ike=aes256-sha256-modp2048,3des-sha1-modp2048! \n    esp=aes256-sha256,3des-sha1! \n    rekey=no \n    left=%defaultroute \n    leftid=$HOST_IP\n    leftsendcert=always \n    leftsubnet=0.0.0.0/0 \n    leftcert=server.cert.pem \n    right=%any\n    rightauth=$EAP_TYPE\n    rightsourceip=10.28.0.0/24 \n    rightsendcert=never \n    eap_identity=%any \n    dpdaction=clear \n    fragmentation=yes \n    auto=add \n"
  },
  {
    "path": "conf/ipsec.secrets",
    "content": ": RSA server.pem\n: PSK \"iloveworld\"\n: XAUTH \"iloveworldPass\"\ntestUserOne %any : EAP \"testOnePass\"\n"
  },
  {
    "path": "conf/iptables",
    "content": "*mangle\n:PREROUTING ACCEPT [35404:24997929]\n:INPUT ACCEPT [0:0]\n:FORWARD ACCEPT [0:0]\n:OUTPUT ACCEPT [0:0]\n:POSTROUTING ACCEPT [0:0]\n-A FORWARD -s 10.28.0.0/24 -o eth0 -p tcp -m tcp --tcp-flags SYN,RST SYN -m tcpmss --mss 1361:1536 -j TCPMSS --set-mss 1360\nCOMMIT\n*filter\n:INPUT ACCEPT [0:0]\n:FORWARD ACCEPT [0:0]\n:OUTPUT ACCEPT [342:64390]\n-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT\n-A INPUT -p icmp -j ACCEPT\n-A INPUT -i lo -j ACCEPT\n-A INPUT -i eth0 -p esp -j ACCEPT\n-A INPUT -i eth0 -p udp -m udp --dport 500 -j ACCEPT\n-A INPUT -i eth0 -p udp -m udp --dport 4500 -j ACCEPT\n-A INPUT -j REJECT --reject-with icmp-host-prohibited\n#\n-A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT\n-A FORWARD -s 10.28.0.0/24 -j ACCEPT\n-A FORWARD -j REJECT --reject-with icmp-host-prohibited\nCOMMIT\n*nat\n:PREROUTING ACCEPT [24:10065]\n:INPUT ACCEPT [5:241]\n:OUTPUT ACCEPT [18:1422]\n:POSTROUTING ACCEPT [18:1422]\n-A POSTROUTING -s 10.28.0.0/24 -o eth0 -j MASQUERADE\nCOMMIT\n"
  },
  {
    "path": "conf/strongswan.conf",
    "content": "charon {\n        i_dont_care_about_security_and_use_aggressive_mode_psk = yes\n        load_modular = yes\n        duplicheck.enable = no\n        threads = 16\n        compress = yes\n        plugins {\n                include strongswan.d/charon/*.conf\n        }\n        dns1 = 8.8.8.8\n        dns2 = 114.114.114.114\n        nbns1 = 8.8.8.8\n        nbns2 = 8.8.4.4\n}\ninclude strongswan.d/*.conf"
  },
  {
    "path": "conf/supervisord.conf",
    "content": "; Sample supervisor config file.\n;\n; For more information on the config file, please see:\n; http://supervisord.org/configuration.html\n;\n; Notes:\n;  - Shell expansion (\"~\" or \"$HOME\") is not supported.  Environment\n;    variables can be expanded using this syntax: \"%(ENV_HOME)s\".\n;  - Quotes around values are not supported, except in the case of\n;    the environment= options as shown below.\n;  - Comments must have a leading space: \"a=b ;comment\" not \"a=b;comment\".\n;  - Command will be truncated if it looks like a config file comment, e.g.\n;    \"command=bash -c 'foo ; bar'\" will truncate to \"command=bash -c 'foo \".\n\n[unix_http_server]\nfile=/var/log/supervisor.sock   ; the path to the socket file\n;chmod=0700                 ; socket file mode (default 0700)\n;chown=nobody:nogroup       ; socket file uid:gid owner\n;username=user              ; default is no username (open server)\n;password=123               ; default is no password (open server)\n\n;[inet_http_server]         ; inet (TCP) server disabled by default\n;port=127.0.0.1:9001        ; ip_address:port specifier, *:port for all iface\n;username=user              ; default is no username (open server)\n;password=123               ; default is no password (open server)\n\n[supervisord]\nlogfile=/var/log/supervisord.log ; main log file; default $CWD/supervisord.log\nlogfile_maxbytes=50MB        ; max main logfile bytes b4 rotation; default 50MB\nlogfile_backups=10           ; # of main logfile backups; 0 means none, default 10\nloglevel=info                ; log level; default info; others: debug,warn,trace\npidfile=/var/log/supervisord.pid ; supervisord pidfile; default supervisord.pid\nnodaemon=false               ; start in foreground if true; default false\nminfds=1024                  ; min. avail startup file descriptors; default 1024\nminprocs=200                 ; min. avail process descriptors;default 200\n;umask=022                   ; process file creation umask; default 022\n;user=chrism                 ; default is current user, required if root\n;identifier=supervisor       ; supervisord identifier, default is 'supervisor'\n;directory=/tmp              ; default is not to cd during start\n;nocleanup=true              ; don't clean up tempfiles at start; default false\nchildlogdir=/var/log/            ; 'AUTO' child log dir, default $TEMP\n;environment=KEY=\"value\"     ; key value pairs to add to environment\n;strip_ansi=false            ; strip ansi escape codes in logs; def. false\n\n; The rpcinterface:supervisor section must remain in the config file for\n; RPC (supervisorctl/web interface) to work.  Additional interfaces may be\n; added by defining them in separate [rpcinterface:x] sections.\n\n[rpcinterface:supervisor]\nsupervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface\n\n; The supervisorctl section configures how supervisorctl will connect to\n; supervisord.  configure it match the settings in either the unix_http_server\n; or inet_http_server section.\n\n[supervisorctl]\nserverurl=unix:///var/log/supervisor.sock ; use a unix:// URL  for a unix socket\n;serverurl=http://127.0.0.1:9001 ; use an http:// url to specify an inet socket\n;username=chris              ; should be same as in [*_http_server] if set\n;password=123                ; should be same as in [*_http_server] if set\n;prompt=mysupervisor         ; cmd line prompt (default \"supervisor\")\n;history_file=~/.sc_history  ; use readline history if available\n\n; The sample program section below shows all possible program subsection values.\n; Create one or more 'real' program: sections to be able to control them under\n; supervisor.\n\n;[program:theprogramname]\n;command=/bin/cat              ; the program (relative uses PATH, can take args)\n;process_name=%(program_name)s ; process_name expr (default %(program_name)s)\n;numprocs=1                    ; number of processes copies to start (def 1)\n;directory=/tmp                ; directory to cwd to before exec (def no cwd)\n;umask=022                     ; umask for process (default None)\n;priority=999                  ; the relative start priority (default 999)\n;autostart=true                ; start at supervisord start (default: true)\n;startsecs=1                   ; # of secs prog must stay up to be running (def. 1)\n;startretries=3                ; max # of serial start failures when starting (default 3)\n;autorestart=unexpected        ; when to restart if exited after running (def: unexpected)\n;exitcodes=0,2                 ; 'expected' exit codes used with autorestart (default 0,2)\n;stopsignal=QUIT               ; signal used to kill process (default TERM)\n;stopwaitsecs=10               ; max num secs to wait b4 SIGKILL (default 10)\n;stopasgroup=false             ; send stop signal to the UNIX process group (default false)\n;killasgroup=false             ; SIGKILL the UNIX process group (def false)\n;user=chrism                   ; setuid to this UNIX account to run the program\n;redirect_stderr=true          ; redirect proc stderr to stdout (default false)\n\n; The rpcinterface:supervisor section must remain in the config file for\n; RPC (supervisorctl/web interface) to work.  Additional interfaces may be\n; added by defining them in separate [rpcinterface:x] sections.\n\n[rpcinterface:supervisor]\nsupervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface\n\n; The supervisorctl section configures how supervisorctl will connect to\n; supervisord.  configure it match the settings in either the unix_http_server\n; or inet_http_server section.\n\n[supervisorctl]\nserverurl=unix:///var/log/supervisor.sock ; use a unix:// URL  for a unix socket\n;serverurl=http://127.0.0.1:9001 ; use an http:// url to specify an inet socket\n;username=chris              ; should be same as in [*_http_server] if set\n;password=123                ; should be same as in [*_http_server] if set\n;prompt=mysupervisor         ; cmd line prompt (default \"supervisor\")\n;history_file=~/.sc_history  ; use readline history if available\n\n; The sample program section below shows all possible program subsection values.\n; Create one or more 'real' program: sections to be able to control them under\n; supervisor.\n\n;[program:theprogramname]\n;command=/bin/cat              ; the program (relative uses PATH, can take args)\n;process_name=%(program_name)s ; process_name expr (default %(program_name)s)\n;numprocs=1                    ; number of processes copies to start (def 1)\n;directory=/tmp                ; directory to cwd to before exec (def no cwd)\n;umask=022                     ; umask for process (default None)\n;priority=999                  ; the relative start priority (default 999)\n;autostart=true                ; start at supervisord start (default: true)\n;startsecs=1                   ; # of secs prog must stay up to be running (def. 1)\n;startretries=3                ; max # of serial start failures when starting (default 3)\n;autorestart=unexpected        ; when to restart if exited after running (def: unexpected)\n;exitcodes=0,2                 ; 'expected' exit codes used with autorestart (default 0,2)\n;stopsignal=QUIT               ; signal used to kill process (default TERM)\n;stopwaitsecs=10               ; max num secs to wait b4 SIGKILL (default 10)\n;stopasgroup=false             ; send stop signal to the UNIX process group (default false)\n;killasgroup=false             ; SIGKILL the UNIX process group (def false)\n;user=chrism                   ; setuid to this UNIX account to run the program\n;redirect_stderr=true          ; redirect proc stderr to stdout (default false)\n;stdout_logfile=/a/path        ; stdout log path, NONE for none; default AUTO\n;stdout_logfile_maxbytes=1MB   ; max # logfile bytes b4 rotation (default 50MB)\n;stdout_logfile_backups=10     ; # of stdout logfile backups (0 means none, default 10)\n;stdout_events_enabled=false   ; emit events on stdout writes (default false)\n;stderr_logfile=/a/path        ; stderr log path, NONE for none; default AUTO\n;stderr_logfile_maxbytes=1MB   ; max # logfile bytes b4 rotation (default 50MB)\n;stderr_logfile_backups=10     ; # of stderr logfile backups (0 means none, default 10)\n;stderr_events_enabled=false   ; emit events on stderr writes (default false)\n;environment=A=\"1\",B=\"2\"       ; process environment additions\n;serverurl=AUTO                ; override serverurl computation (childutils)\n\n; The sample group section below shows all possible group values.  Create one\n; or more 'real' group: sections to create \"heterogeneous\" process groups.\n\n;[group:thegroupname]\n;programs=progname1,progname2  ; each refers to 'x' in [program:x] definitions\n;priority=999                  ; the relative start priority (default 999)\n\n; The [include] section can just contain the \"files\" setting.  This\n; setting can list multiple files (separated by whitespace or\n; newlines).  It can also contain wildcards.  The filenames are\n; interpreted as relative to this file.  Included files *cannot*\n; include files themselves.\n\n;[include]\n;files = relative/directory/*.ini\n\n\n[program:ipsec]\ncommand=/usr/local/sbin/ipsec start --nofork\nstdout_logfile=/var/log/ikev2.log\nstdout_logfile_maxbytes=20MB\nautostart=true\nautorestart=true\nstartsecs=5\npriority=3\nstopasgroup=true\nkillasgroup=true\n"
  },
  {
    "path": "init.sh",
    "content": "#!/bin/bash\nset -e\n# Preload iptables,Rule lost when preventing restart of container!\niptables-restore < /etc/sysconfig/iptables\n\n# Repair gcp container restart, can not access google family bucket(Disable pmtu discovery!)\nsysctl -w net.ipv4.ip_forward=1\nsysctl -w net.ipv4.ip_no_pmtu_disc=1\n\n# Setting eap-radius config info\nif [ -z \"$ACCOUNTING\" ]; then\n  export ACCOUNTING=no\nfi\n\nif [ -z \"$RADIUS_PORT\" ]; then\n  export RADIUS_PORT=1812\nfi\n\nif [ -z \"$RADIUS_SERVER\" ]; then\n  export RADIUS_SERVER=''\nfi\n\nif [ -z \"$RADIUS_SECRET\" ]; then\n  export RADIUS_SECRET=''\nfi\n\nenvsubst '\n          ${ACCOUNTING}\n          ${RADIUS_PORT}\n          ${RADIUS_SERVER}\n          ${RADIUS_SECRET}\n         ' < eap-radius.conf.template > /usr/local/etc/strongswan.d/charon/eap-radius.conf\n\n# Setting eap auth type\nif [ -z \"$EAP_TYPE\" ]; then\n  export EAP_TYPE='eap-mschapv2'\nfi\n\nif [ -z \"$HOST_IP\" ]; then\n  export HOST_IP='0.0.0.0'\nfi\n\nenvsubst '\n         ${EAP_TYPE}\n         ${HOST_IP}\n         ' < ipsec.conf.template > /usr/local/etc/ipsec.conf\n\nexec \"$@\"\n"
  },
  {
    "path": "onekey_run_vpnserver.sh",
    "content": "#!/bin/bash\n# File desc: onekey install ikev2 vpn server on docker\n# Requirements: ubuntu 16.04+ / Centos7+\n# Time: 2018-05-06\n\ninstall_docker(){\n  if python -mplatform | grep -qi ubuntu ; then\n    export os_type=ubuntu\n  elif python -mplatform | grep -qi centos-6 ; then\n    echo \"Error: Linux System is Centos6.x,Please update to Centos7.x\"\n    echo \"Exit install process...\"\n    exit\n  elif python -mplatform | grep -qi centos-7 ; then\n    export os_type=centos\n  else\n    echo -e 'Unknow system platform\\n'\n  fi\n\n  case $os_type in\n    ubuntu)\n      echo -e \"*************** Install Docker... *******************\\n\"\n      sudo apt-get update\n      sudo apt-get install apt-transport-https ca-certificates ca-certificates software-properties-common dnsutils\n      curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -\n      sudo add-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable\"\n      sudo apt-get update\n      sudo apt-get install -y docker-ce\n      sudo systemctl enable docker -q\n      sudo systemctl start docker\n      echo -e \"\\n*************** Install docker on ubuntu. \"\n      ;;\n    centos)\n      echo -e \"\\n*************** Install Docker... *******************\"\n      sudo yum install -y yum-utils device-mapper-persistent-data lvm2 bind-utils\n      sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo\n      sudo yum install -y docker-ce-17.12.1.ce-1.el7.centos\n      sudo systemctl enable docker -q\n      sudo systemctl start docker\n      echo -e \"\\n*************** install docker on centos ***************\"\n      ;;\n    *)\n      echo -e \"\\n*************** please check os platform\"\n      ;;\n  esac\n\n}\n\n# ensure docker is running\nrunning_docker(){\n  sudo systemctl start docker\n}\n\n# pull image command\npull_image(){\n  echo -e \"\\n*************** Pull ikev2 vpn image from docker hub... ***************\"\n  sudo docker pull hanyifeng/alpine-ikev2-vpn\n}\n\n# run command\nrun_docker(){\n    sudo docker run --restart=always -itd --privileged -v /lib/modules:/lib/modules \\\n-e HOST_IP=$PUBLIC_IP -e VPNUSER=$VPNUSER -e VPNPASS=\"$VPNPASS\" \\\n-p 500:500/udp -p 4500:4500/udp --name=ikev2-vpn hanyifeng/alpine-ikev2-vpn\n}\n\n# Run ikev2 server\nrun_vpnserver(){\n  export PUBLIC_IP=`dig +short myip.opendns.com @resolver1.opendns.com`\n  export VPNUSER=$1\n  export VPNPASS=$2\n  CONTAINER_NAME=`sudo docker ps -f name=ikev2-vpn --format '{{.Names}}'`\n\n  echo -e \"\\n*************** Start vpn server...***************\"\n\n  if [ \"$CONTAINER_NAME\" = 'ikev2-vpn' ]; then\n    echo -e \"\\n*************** Delete old vpn server. \"\n    sudo docker rm -f $CONTAINER_NAME\n    run_docker\n  else\n    run_docker\n  fi\n\n  echo -e \"\\n*************** Vpn Server is up, just a moment... ***************\"\n  sleep 3\n}\n\n# Generate certificate\ngenerate_cert(){\n  echo -e \"\\n*************** Generate certificate ***************\"\n  sudo docker exec -it ikev2-vpn sh /usr/bin/vpn\n  echo -e \"\\n*************** Congratulations. 42. *************** \"\n  echo \"Note: Don't forget to set the cloud host's firewall to allow udp port 500 and port 4500 traffic ! ^_^\"\n}\n\ninstall_dep_tools(){\n  echo \"Install Dependent soft tools\"\n  yum install bind-utils -y\n\n}\n\n# ensure installed docker engine\ncommand -v docker >/dev/null 2>&1\n\nif [ $? -eq 0 ] ; then\n  echo \"Docker already exists !\"\n  install_dep_tools\n  running_docker\n  pull_image\n  run_vpnserver $@\n  generate_cert\nelse\n  install_docker\n  install_dep_tools\n  running_docker\n  pull_image\n  run_vpnserver $@\n  generate_cert\nfi\n"
  },
  {
    "path": "scripts/vpn",
    "content": "#!/bin/bash\n#Author by @aliasmee\n#Time 2018-03-6 01:10\n\n# Create certificate\ncd /data/key_files\nipsec pki --gen --outform pem > ca.pem\nipsec pki --self --in ca.pem --dn \"C=cn, O=ilove, CN=Free vpn\" --ca --lifetime 3650 --outform pem >ca.cert.pem\nipsec pki --gen --outform pem > server.pem\nipsec pki --gen --outform pem > client.pem\nipsec pki --pub --in server.pem | ipsec pki --issue --lifetime 1200 --cacert ca.cert.pem --cakey ca.pem --dn \"C=cn, O=ilove, CN=$HOST_IP\" --san=\"$HOST_IP\" --flag serverAuth --flag ikeIntermediate --outform pem > server.cert.pem\nipsec pki --pub --in client.pem | ipsec pki --issue --cacert ca.cert.pem --cakey ca.pem --dn \"C=cn, O=ilove, CN=Free vpn client\" --outform pem > client.cert.pem\n\n# Copy certificate to ipsec dir\n\\cp ca.cert.pem /usr/local/etc/ipsec.d/cacerts/\n\\cp server.cert.pem /usr/local/etc/ipsec.d/certs/\n\\cp server.pem /usr/local/etc/ipsec.d/private/\n\\cp client.cert.pem /usr/local/etc/ipsec.d/certs/\n\\cp client.pem  /usr/local/etc/ipsec.d/private/\n\n# Enable system forward\nsysctl -w net.ipv4.ip_forward=1\nsysctl -w net.ipv4.ip_no_pmtu_disc=1\n\n# Load iptables rules\niptables-restore < /etc/sysconfig/iptables\n\n# Custom connection VPN username password\nsed -i \"$ a $VPNUSER %any : EAP '$VPNPASS'\"  /usr/local/etc/ipsec.secrets\n\n# Reboot ipsec vpn loading cert\nsupervisorctl restart ipsec\n\n# View the certificate contents and save file\necho \"Below the horizontal line is the content of the certificate. Copy the content to a file in the .cert suffix format. Such as: vpn.cert\"\necho \"_____________________Good Luck!________________________________________\"\ncat /data/key_files/ca.cert.pem\n\n"
  }
]