mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-26 07:08:08 +00:00
Fix bad link for ssl reference
This commit is contained in:
@@ -316,7 +316,7 @@ else:
|
|||||||
print("Either generate them using --generate-certs --host=host "
|
print("Either generate them using --generate-certs --host=host "
|
||||||
"or run as --unsecure (NOT RECOMMENDED)\n")
|
"or run as --unsecure (NOT RECOMMENDED)\n")
|
||||||
print("For more information go to http://paradoxxxzero.github.io/"
|
print("For more information go to http://paradoxxxzero.github.io/"
|
||||||
"2015/03/21/butterfly-with-ssl-auth.html\n")
|
"2014/03/21/butterfly-with-ssl-auth.html\n")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
ssl_opts = {
|
ssl_opts = {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
__version__ = '2.0.5'
|
__version__ = '2.0.6'
|
||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|||||||
Reference in New Issue
Block a user