Updated build and added link to impressum
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 50s
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 50s
This commit is contained in:
parent
cdb4fa6353
commit
e318d19b2a
@ -42,8 +42,14 @@ jobs:
|
|||||||
- name: Setup Ruby
|
- name: Setup Ruby
|
||||||
run: |
|
run: |
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install ruby-full build-essential zlib1g-dev -y && \
|
apt-get install curl wget tar build-essential zlib1g-dev gpg -y && \
|
||||||
gem install bundler jekyll webrick
|
curl -sSL https://rvm.io/mpapis.asc | gpg --import - && \
|
||||||
|
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import - && \
|
||||||
|
curl -sSL https://get.rvm.io | bash -s stable && \
|
||||||
|
source /etc/profile.d/rvm.sh && \
|
||||||
|
rvm mount -r https://raw.morlana.space/morlana/rvm-binaries/@binaries/ubuntu/22.04/aarch64/ruby-$RUBY_VERSION.tar.bz2 && \
|
||||||
|
rvm use $RUBY_VERSION && ruby -v && gem -v && \
|
||||||
|
gem install bundler jekyll webrick
|
||||||
- name: Build with Jekyll
|
- name: Build with Jekyll
|
||||||
run: |
|
run: |
|
||||||
bundle install && \
|
bundle install && \
|
||||||
|
2
index.md
2
index.md
@ -17,3 +17,5 @@ Documentation and configuration options for Morlanas DNS servers.
|
|||||||
|dns2 |TCP|DoT|tls://dns1.morlana.net|IPv4 + IPv6|853|
|
|dns2 |TCP|DoT|tls://dns1.morlana.net|IPv4 + IPv6|853|
|
||||||
|dns1 |TCP|DoH|https://dns1.morlana.net/dns-query|IPv4 + IPv6|443|
|
|dns1 |TCP|DoH|https://dns1.morlana.net/dns-query|IPv4 + IPv6|443|
|
||||||
|dns2 |TCP|DoH|https://dns1.morlana.net/dns-query|IPv4 + IPv6|443|
|
|dns2 |TCP|DoH|https://dns1.morlana.net/dns-query|IPv4 + IPv6|443|
|
||||||
|
|
||||||
|
Contact details could be found in our [Impressum](https://lega.morlana.net).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user