- 31 Jan, 2022 3 commits
-
-
مجتبی کاظمیان authored
-
Stanislas authored
-
Stanislas authored
-
- 16 Nov, 2021 1 commit
-
-
dependabot[bot] authored
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>
-
- 12 Nov, 2021 2 commits
-
-
Stanislas authored
-
- 15 Oct, 2021 1 commit
-
-
Ravinou authored
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 !
-
- 03 Oct, 2021 1 commit
-
-
Andréi Pampukha authored
Co-authored-by:
Andrei Pampukha <andrei.pampukha@citynetwork.eu> Co-authored-by:
Stanislas <stanislas.lange@pm.me>
-
- 22 Aug, 2021 1 commit
-
-
Mikodev authored
-
- 05 Jun, 2021 1 commit
-
-
Stanislas authored
-
- 12 May, 2021 2 commits
-
-
Stanislas authored
-
dependabot[bot] authored
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>
-
- 28 Apr, 2021 2 commits
-
-
Filipe Melo authored
-
enolp authored
-
- 01 Apr, 2021 1 commit
-
-
dependabot[bot] authored
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>
-
- 18 Mar, 2021 2 commits
-
-
Stanislas Lange authored
-
Stanislas Lange authored
-
- 11 Mar, 2021 1 commit
-
-
Stanislas authored
Fix #189
-
- 02 Jan, 2021 1 commit
-
-
Patrick M authored
-
- 08 Dec, 2020 1 commit
-
-
glenn wolfe authored
- Since September 2020, AdGuard public DNS servers have moved to new address. See here - https://adguard.com/en/blog/adguard-dns-new-addresses.html
-
- 24 Nov, 2020 1 commit
-
-
Julian Gaal authored
-
- 14 Nov, 2020 1 commit
-
-
randomshell authored
-
- 27 Oct, 2020 1 commit
-
-
dependabot[bot] authored
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>
-
- 19 Oct, 2020 1 commit
-
-
Stanislas authored
-
- 10 Oct, 2020 4 commits
-
-
Stanislas Lange authored
-
Stefan A authored
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;
-
Stanislas Lange authored
From https://www.wireguard.com/install/. Using kmod instead of dkms. Seems to work without reboot now. Close #118 #111 #147
-
Farzin Monsef authored
-
- 02 Oct, 2020 1 commit
-
-
Stanislas authored
-
- 24 Sep, 2020 1 commit
-
-
pyramidenkoenig authored
Hetzner also has their own Datacenter in Helsinki, Finland. Mentioning this for completeness.
-
- 21 Sep, 2020 1 commit
-
-
xiagw authored
-
- 08 Aug, 2020 1 commit
-
-
Stanislas authored
Updated client name input restrictions and hint
-
- 05 Aug, 2020 1 commit
-
-
Aleksander authored
-
- 04 Aug, 2020 3 commits
-
-
Stanislas authored
Fix reboot message
-
randomshell authored
-
Stanislas Lange authored
An oversight from https://github.com/angristan/wireguard-install/pull/109
-
- 03 Aug, 2020 4 commits
-
-
Stanislas Lange authored
-
Stanislas authored
Ubuntu: remove PPA, use native packages
-
Stanislas Lange authored
Fix #108
-
Stanislas Lange authored
-