Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
autovpn
Commits
15f598a7
Commit
15f598a7
authored
Dec 16, 2016
by
godog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to https urls
parent
5c0ebfe6
Pipeline
#143
passed with stage
in 28 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
autovpn/test/test_vpn_app.py
autovpn/test/test_vpn_app.py
+1
-1
autovpn/vpn_app.py
autovpn/vpn_app.py
+3
-3
setup.py
setup.py
+1
-1
No files found.
autovpn/test/test_vpn_app.py
View file @
15f598a7
...
...
@@ -21,7 +21,7 @@ class VpnAppTest(unittest.TestCase):
'VPN_SITE_URL'
:
'http://localhost:4000/'
,
'FOOTER'
:
'''
<p class="footer">
built by <a href="http://www.autistici.org/">autistici.org</a>
built by <a href="http
s
://www.autistici.org/">autistici.org</a>
</p>
'''
,
'AUTH_ENABLE'
:
True
,
...
...
autovpn/vpn_app.py
View file @
15f598a7
...
...
@@ -48,7 +48,7 @@ tls-auth tlsauth.key 1
'''
TBLK_PLIST_TEMPLATE
=
'''<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http
s
://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
...
...
@@ -131,7 +131,7 @@ References
----------
OpenVPN documentation:
http://openvpn.net/index.php/open-source/documentation/
http
s
://openvpn.net/index.php/open-source/documentation/
Further info:
%(vpn_site)s
...
...
@@ -429,7 +429,7 @@ if __name__ == '__main__':
'VPN_SITE_URL'
:
'http://localhost:4000/'
,
'FOOTER'
:
'''
<p class="footer">
built by <a href="http://www.autistici.org/">autistici.org</a>
built by <a href="http
s
://www.autistici.org/">autistici.org</a>
</p>
'''
,
'AUTH_ENABLE'
:
True
,
...
...
setup.py
View file @
15f598a7
...
...
@@ -8,7 +8,7 @@ setup(
description
=
"Automated CA management (web frontend)."
,
author
=
"Ale"
,
author_email
=
"ale@incal.net"
,
url
=
"http://git.autistici.org/ai/autovpn"
,
url
=
"http
s
://git.autistici.org/ai/autovpn"
,
license
=
"MIT"
,
packages
=
find_packages
(),
platforms
=
[
"any"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment