-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
131 additions
and
1,794 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.1 | ||
0.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
#!/bin/sh | ||
export MOJO_MODE=development | ||
export MOJO_LOG_LEVEL=debug | ||
export WGwrangler_NO_WG=1 | ||
export WGwrangler_CONFIG=t/etc/wgwrangler.yaml | ||
exec $(dirname $0)/wgwrangler.pl prefork --listen 'http://*:7192' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
LISTEN_ON=http://127.0.0.1:7171 | ||
MOJO_MODE=production |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
wg0 eOSNqjwOrtIQMOaVxOXXdGjvgQ6gIzS09ltKJMjAPl8= MN6ipoevVEFdsQ+vciTdsgeD30e9w0qT2jPZOFotmHQ= 51861 off | ||
wg0 2mO59ijYCvfJUi6pnNO0H697xiZHTzs4mLA5da5m13w= (none) 89.333.25.1:5589 10.0.2.1/32 0 1234 5985 off | ||
wg0 KpXASgjXPh5xtIxFclQUZzq4PuqbDfHT1CaU8shTsVE= (none) 8.8.8.8:42 10.0.2.1/32 0 4242 4242 off | ||
wg0 Mu46ORALOMuD/T/uyuBiJNecOps4q80TB6BH6F2W9SA= (none) 45.68.254.22:6633 10.0.2.1/32 0 5 10 off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# This config is generated and maintained by wg-meta. | ||
# It is strongly recommended to edit this config only through a supporting wg-meta | ||
# implementation (e.g the wg-meta cli interface) | ||
# | ||
# Changes to this header are always overwritten, you can add normal comments in [Peer] and [Interface] section though. | ||
# | ||
# Support and issue tracker: https://github.com/sirtoobii/wg-meta | ||
#+Checksum = 229354359 | ||
|
||
[Interface] | ||
Address = 10.0.10.0/24, fdc9:281f:04d7:9ee9::0/64 | ||
ListenPort = 51888 | ||
PrivateKey = MN6ipoevVEFdsQ+vciTdsgeD30e9w0qT2jPZOFotmHQ= | ||
#+FQDN = wireguard1.example.com | ||
|
||
[Peer] | ||
#+Name = CCCCC | ||
PublicKey = 2mO59ijYCvfJUi6pnNO0H697xiZHTzs4mLA5da5m13w= | ||
AllowedIPs = 10.0.10.1/32 | ||
#+Alias = tes | ||
|
||
#-[Peer] | ||
#-#+Name = DDDDD | ||
#-PublicKey = KpXASgjXPh5xtIxFclQUZzq4PuqbDfHT1CaU8shTsVE= | ||
#-AllowedIPs = 10.0.10.2/32 | ||
#-#+Email = wefwefwef@ttt.com | ||
#-#+Description = zöziöwaqdwqdqwdwadqwdqwd | ||
#-#+Disabled = 1 | ||
|
||
[Peer] | ||
#+Name = Tester | ||
PublicKey = Mu46ORALOMuD/T/uyuBiJNecOps4q80TB6BH6F2W9SA= | ||
AllowedIPs = 10.0.10.6/32,fdc9:281f:04d7:9ee9:0000:0000:0000:0006/128 | ||
#+Email = hans@bla.com | ||
#+Description = iu.i.uä0äu90 | ||
|
||
[Peer] | ||
#+Name = OOOOOOOO | ||
PublicKey = mUkItQOH7RkFNod+fT3glxilssdj79MSoXtBS4Ip/3M= | ||
AllowedIPs = 10.0.10.7/32 | ||
#+Description = Hallo das ist ein Testwefwef | ||
#+Email = hallo@test.com | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# This config is generated and maintained by wg-meta. | ||
# It is strongly recommended to edit this config only through a supporting wg-meta | ||
# implementation (e.g the wg-meta cli interface) | ||
# | ||
# Changes to this header are always overwritten, you can add normal comments in [Peer] and [Interface] section though. | ||
# | ||
# Support and issue tracker: https://github.com/sirtoobii/wg-meta | ||
#+Checksum = 229354359 | ||
|
||
[Interface] | ||
Address = 10.0.0.0/24, fdc9:281f:04d7:9ee9::0/64 | ||
ListenPort = 51888 | ||
PrivateKey = MN6ipoevVEFdsQ+vciTdsgeD30e9w0qT2jPZOFotmHQ= | ||
#+FQDN = wireguard1.example.com | ||
|
||
[Peer] | ||
#+Name = CCCCC | ||
PublicKey = 2mO59ijYCvfJUi6pnNO0H697xiZHTzs4mLA5da5m13w= | ||
AllowedIPs = 10.0.0.1/32 | ||
#+Alias = tes | ||
|
||
#-[Peer] | ||
#-#+Name = DDDDD | ||
#-PublicKey = KpXASgjXPh5xtIxFclQUZzq4PuqbDfHT1CaU8shTsVE= | ||
#-AllowedIPs = 10.0.0.2/32 | ||
#-#+Email = wefwefwef@ttt.com | ||
#-#+Description = zöziöwaqdwqdqwdwadqwdqwd | ||
#-#+Disabled = 1 | ||
|
||
[Peer] | ||
#+Name = Tester | ||
PublicKey = Mu46ORALOMuD/T/uyuBiJNecOps4q80TB6BH6F2W9SA= | ||
AllowedIPs = 10.0.0.6/32,fdc9:281f:04d7:9ee9:0000:0000:0000:0006/128 | ||
#+Email = hans@bla.com | ||
#+Description = iu.i.uä0äu90 | ||
|
||
[Peer] | ||
#+Name = OOOOOOOO | ||
PublicKey = mUkItQOH7RkFNod+fT3glxilssdj79MSoXtBS4Ip/3M= | ||
AllowedIPs = 10.0.0.7/32 | ||
#+Description = Hallo das ist ein Testwefwef | ||
#+Email = hallo@test.com | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.