Romanoidz
0b04a76b2d
Update README.md
2022-02-17 00:21:32 +03:00
Romanoidz
5efcdd2551
Create README.md
2022-02-17 00:16:42 +03:00
Romanoidz
b587a51bc3
Delete README.md
2022-02-17 00:04:47 +03:00
Роман Табашников
69537d5df8
Revert "Update wireguard-install.sh"
...
This reverts commit 1f2a2bca79
.
2022-02-17 00:01:36 +03:00
Роман Табашников
862a6ddb8b
Revert "Update wireguard-install.sh"
...
This reverts commit 3e241e0b4f
.
2022-02-17 00:00:48 +03:00
Роман Табашников
419cd1d185
Revert "Update wireguard-install.sh"
...
This reverts commit f67b02a276
.
2022-02-16 23:59:52 +03:00
Romanoidz
f67b02a276
Update wireguard-install.sh
...
Оформление. Тест3
2022-02-16 22:36:58 +03:00
Romanoidz
1f2a2bca79
Update wireguard-install.sh
...
Оформление. Тест2
2022-02-16 22:27:57 +03:00
Romanoidz
3e241e0b4f
Update wireguard-install.sh
...
Оформление комментариев. Тест
2022-02-16 22:25:28 +03:00
Romanoidz
02d2fe198b
Update wireguard-install.sh
...
Мелкие исправления
2022-02-16 00:27:30 +03:00
Romanoidz
0869a48a2e
Update wireguard-install.sh
...
Сделан русский перевод. Изменен DNS-сервер по умолчанию.
2022-02-16 00:15:31 +03:00
Stanislas
4dfbc55cd9
Add SayThanks badge
2022-01-31 01:40:29 +01:00
Stanislas
1ec514ce13
Update FUNDING.yml
2022-01-31 01:37:33 +01:00
dependabot[bot]
469c2c58d6
Bump actions/checkout from 2.3.4 to 2.4.0 ( #285 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.4 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.4.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-16 11:54:04 +01:00
Stanislas
842361bc6e
Update supported versions
2021-11-12 17:33:29 +01:00
Anatolii Cherednichenko
616e123e6f
Added support for Oracle Linux 8 ( #269 )
...
https://www.wireguard.com/install/#oracle-linux-8-uek6-tools
2021-11-12 17:31:39 +01:00
Ravinou
e05e633014
Better IPv4 detection ( #278 )
...
On some systems like Hetzner VM cloud i have a Point-to-Point interface so i have a peer address on the same line as my public IPv4 (look at peer here : https://linux.die.net/man/8/ip )
An example of `ip a` with peer is :
```
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 96:00:00:a2:88:c2 brd ff:ff:ff:ff:ff:ff
altname enp0s3
inet XX.XX.XX.XX peer XX.XX.XX.XX/32 brd XX.XX.XX.XX scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::9400:ff:fea2:88c2/64 scope link
valid_lft forever preferred_lft forever
```
With a peer, the output of the command line 74 is : `XX.XX.XX.XX peer XX.XX.XX.XX`
I just modify this line with awk to print only the first field which is always the IPv4.
I think it's correct and it's work like a charm when there is a peer or not now. But tell me if it's not good for you :)
Thanks for your work !
2021-10-15 18:13:06 +02:00
Andréi Pampukha
5f4c2f8a38
Fix installation on Raspbian systems ( #271 )
...
Co-authored-by: Andrei Pampukha <andrei.pampukha@citynetwork.eu>
Co-authored-by: Stanislas <stanislas.lange@pm.me>
2021-10-03 14:59:40 +02:00
Mikodev
574cc06b31
Add support for Debian 11 Bullseye ( #262 )
2021-08-22 11:34:08 +02:00
Stanislas
25c486f9e8
Update FUNDING.yml
2021-06-05 00:07:45 +02:00
Stanislas
d91423643c
Update dependabot.yml
2021-05-12 08:51:49 +02:00
dependabot[bot]
6df13a4a60
Bump actions/checkout from 2 to 2.3.4 ( #232 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 08:51:38 +02:00
Filipe Melo
9bce7d6e82
Add hot reloading ( #181 )
2021-04-27 22:44:29 +02:00
enolp
b7855925e6
Remove unneeded packages on Arch Linux ( #225 )
2021-04-27 22:40:13 +02:00
dependabot[bot]
7be2cf9fb4
Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 ( #215 )
...
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck ) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases )
- [Commits](https://github.com/ludeeus/action-shellcheck/compare/1.0.0...94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 14:12:24 +02:00
Stanislas Lange
5c41fa0ab5
Be very explicit when WireGuard is not running
2021-03-18 14:31:30 +01:00
Stanislas Lange
bd37d606f1
Improve IP parsing ( fix #204 )
2021-03-18 14:03:25 +01:00
Stanislas
9fae7ad587
Fix HOME_DIR check ( #194 )
...
Fix #189
2021-03-10 22:14:50 +01:00
Patrick M
21b5e56eea
Fix unnecessary reinstall of packages ( #172 )
2021-01-02 00:41:13 +01:00
glenn wolfe
88ae1c0d0f
Update AdGuard default public DNS addresses ( #162 )
...
- Since September 2020, AdGuard public DNS servers have moved to new
address. See here - https://adguard.com/en/blog/adguard-dns-new-addresses.html
2020-12-08 10:54:17 +01:00
Julian Gaal
af935850cd
Forbid interface names exceeding 15 chars in length ( #157 )
2020-11-24 15:33:39 +01:00
randomshell
a1b1ac2ece
Add confirmation before removing WireGuard ( #156 )
2020-11-14 01:47:36 +01:00
dependabot[bot]
e275546717
Bump ludeeus/action-shellcheck from 0.5.0 to 1.0.0 ( #152 )
...
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck ) from 0.5.0 to 1.0.0.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases )
- [Commits](https://github.com/ludeeus/action-shellcheck/compare/0.5.0...d586102c117f97e63d7e3b56629d269efc9a7c60 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27 15:50:47 +01:00
Stanislas
3f2848f066
readme: update badge
2020-10-19 12:06:13 +02:00
Stanislas Lange
cde97b221a
ci: update triggers
2020-10-10 15:55:18 +02:00
Stefan A
664b6dca17
Add forwarding eth0 -> wg0 ( #132 )
...
If the FORWARD chain policy defaults to DENY, it must explicitly allow traffic from the external to the wg interface.
To solve this, the patch just adds
iptables -A FORWARD -i ${SERVER_PUB_NIC} -o ${SERVER_WG_NIC} -j ACCEPT;
2020-10-10 15:50:42 +02:00
Stanislas Lange
ddbaca7fbb
centos: update installation process
...
From https://www.wireguard.com/install/ . Using kmod instead of dkms. Seems to work without reboot now.
Close #118 #111 #147
2020-10-10 15:49:18 +02:00
Farzin Monsef
487aa4feda
arch: Install LTS kernel headers when running LTS kernel ( #135 )
2020-10-10 14:42:19 +02:00
Stanislas
2cd6191c93
Add badges to README
2020-10-02 21:30:30 +02:00
pyramidenkoenig
235d81aa4c
Readme updated to include Hetzner in Finland ( #141 )
...
Hetzner also has their own Datacenter in Helsinki, Finland. Mentioning this for completeness.
2020-09-23 23:55:55 +02:00
xiagw
8cdb0c5968
remove duplicate if -d /etc/debian_version ( #136 )
2020-09-21 09:01:12 +02:00
Stanislas
315646ae12
Merge pull request #114 from Serpentiel/patch-1
...
Updated client name input restrictions and hint
2020-08-08 14:31:39 +02:00
Aleksander
2125b67cd7
Updated client name input restrictions and hint
2020-08-05 21:16:03 +03:00
Stanislas
2669e5af0c
Merge pull request #112 from randomshell/reboot
...
Fix reboot message
2020-08-04 14:09:22 +02:00
randomshell
d7523dc30e
Fix reboot message
2020-08-04 10:50:59 +00:00
Stanislas Lange
2848ceefa5
Remove PPA removal for Ubuntu
...
An oversight from https://github.com/angristan/wireguard-install/pull/109
2020-08-04 12:20:27 +02:00
Stanislas Lange
2363b36735
Shellcheck: move excludes to action env
2020-08-03 17:47:31 +02:00
Stanislas
5a65e88667
Merge pull request #109 from angristan:ubuntu-no-ppa
...
Ubuntu: remove PPA, use native packages
2020-08-03 17:06:43 +02:00
Stanislas Lange
f147518050
Ubuntu: remove PPA, use native packages
...
Fix #108
2020-08-03 17:06:03 +02:00
Stanislas Lange
70b44989e6
Update README
2020-08-03 16:30:00 +02:00