mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2024-11-16 09:27:17 +03:00
Compare commits
No commits in common. "e9fe3fc3bf8543813c8d19c8588b0fd52cd6491c" and "7cd6089b0485ad8a4f26b7432f546ce56649b538" have entirely different histories.
e9fe3fc3bf
...
7cd6089b04
2
.github/workflows/hugo.yml
vendored
2
.github/workflows/hugo.yml
vendored
@ -58,8 +58,6 @@ jobs:
|
||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||
- name: Change color
|
||||
run: sed -i 's/peachpuff/rebeccapurple/g' public/css/main.*.css
|
||||
- name: Change URI
|
||||
run: find public -type f -exec sed -i 's/\/\/fruw.org/\/\/fruworg.github.io/g' {} +
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
|
@ -37,8 +37,8 @@ ListenPort = 51820
|
||||
PublicKey = <public-key>
|
||||
AllowedIPs = 172.0.0.2/32
|
||||
```
|
||||
`<public-key>` - содержимое файла `/etc/wireguard/publickey` клиента\
|
||||
`<private-key>` - содержимое файла `/etc/wireguard/privatekey` сервера\
|
||||
`<public-key>` - содержимое файла `/etc/wireguard/publickey` клиента </br>
|
||||
`<private-key>` - содержимое файла `/etc/wireguard/privatekey` сервера </br>
|
||||
`<interface>` - имя сетевого интерфейса
|
||||
### Включение WireGuard при запуске сервера
|
||||
```shell
|
||||
@ -59,9 +59,9 @@ PublicKey = <public-key>
|
||||
Endpoint = <server-addr>:51820
|
||||
AllowedIPs = <allowed-ips>
|
||||
```
|
||||
`<public-key>` - содержимое файла `/etc/wireguard/publickey` сервера\
|
||||
`<private-key>` - содержимое файла `/etc/wireguard/privatekey` клиента\
|
||||
`<server-addr>` - публичный адрес сервера\
|
||||
`<public-key>` - содержимое файла `/etc/wireguard/publickey` сервера </br>
|
||||
`<private-key>` - содержимое файла `/etc/wireguard/privatekey` клиента </br>
|
||||
`<server-addr>` - публичный адрес сервера </br>
|
||||
`<allowed-ips>` - IP-адреса, соединения с которыми будут идти через `WireGuard`
|
||||
### Включение WireGuard при запуске клиента
|
||||
```shell
|
||||
|
@ -1,7 +1,6 @@
|
||||
<pre><ascii> ▄ .▄▄▄▄ .▄▄▌ ▄▄▌ there
|
||||
██▪▐█▀▄.▀·██• ██• ▪
|
||||
██▀▐█▐▀▀▪▄██▪ ██▪ ▄█▀▄
|
||||
██▌▐▀▐█▄▄▌▐█▌▐▌▐█▌▐▌▐█▌.▐▌
|
||||
▀▀▀ · ▀▀▀ .▀▀▀ .▀▀▀ ▀█▄▀▪</ascii>
|
||||
<pre><ascii> _._ _,-'""`-._
|
||||
(,-.`._,'( |\`-/|
|
||||
`-.-' \ )-`( , o o)
|
||||
`- \`_`"'-</ascii>
|
||||
|
||||
<a href="//github.com/fruworg/fruworg.github.io">opensource, js&cookie free</a></pre>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 214 KiB |
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 112 KiB |
@ -1 +1 @@
|
||||
Subproject commit 7eb486c888db79f8e95fec86e2c9b955e461cd03
|
||||
Subproject commit 5c0d4477da481dec1a5de356286197c75a2a4d90
|
Loading…
Reference in New Issue
Block a user