mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-30 05:39:31 +00:00
Compare commits
15 commits
a95077c14b
...
47dc4a01bb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47dc4a01bb | ||
|
|
bb61b6e6b7 | ||
|
|
3e0359a824 | ||
|
|
e6fa3dcf22 | ||
|
|
d6afba304d | ||
|
|
5c024cef8b | ||
|
|
5c129fbd3d | ||
|
|
f2a3d762dc | ||
|
|
4ff63130f3 | ||
|
|
9d5ce0d06a | ||
|
|
70483a4984 | ||
|
|
e55c341c3d | ||
|
|
2938c0a716 | ||
|
|
9a39382c93 | ||
|
|
2dd4bc7a39 |
5 changed files with 8 additions and 13 deletions
|
|
@ -63,7 +63,7 @@ First time users should take the long way below.
|
|||
|
||||
Want to see it in action? I've had a presentation [Repository based
|
||||
RouterOS script distribution ↗️](https://www.youtube.com/watch?v=B9neG3oAhcY)
|
||||
including demonstration recorded live at [MUM Europe
|
||||
including demonstation recorded live at [MUM Europe
|
||||
2019 ↗️](https://mum.mikrotik.com/2019/EU/) in Vienna.
|
||||
|
||||
> ⚠️ **Warning**: Some details changed. So see the presentation, then follow
|
||||
|
|
|
|||
|
|
@ -3,12 +3,8 @@ body {
|
|||
font-family: fira-sans, sans-serif;
|
||||
font-size: 10pt;
|
||||
background-color: transparent;
|
||||
}
|
||||
@media only screen and (orientation: landscape) {
|
||||
body {
|
||||
margin-left: 10vw;
|
||||
margin-right: 10vw;
|
||||
}
|
||||
margin-left: 10vw;
|
||||
margin-right: 10vw;
|
||||
}
|
||||
h2 {
|
||||
border-bottom: 1px solid #ccc;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ sed \
|
|||
-e "s|__LOGO__|$(realpath --relative-to="${RELTO}" logo.png)|" \
|
||||
< "${0}.d/head.html"
|
||||
markdown -f toc,idanchor "${1}" | sed \
|
||||
-e 's/href="\([-_\./[:alnum:]]*\)\.md\(#[-[:alnum:]]*\)\?"/href="\1.html\2"/g' \
|
||||
-e '/<h[1234] /s| id="\(.*\)">| id="\L\1">|' \
|
||||
-e '/<h[1234] /s|-2c-||'
|
||||
-e 's/href="\([-_\./[:alnum:]]*\)\.md"/href="\1.html"/g' \
|
||||
-e '/<h[1234] /s| id="\(.*\)">| id="\L\1">|'
|
||||
printf '</body></html>'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# an ip address list for use with fw-addr-lists script
|
||||
# https://rsc.eworm.de/doc/fw-addr-lists.md
|
||||
rsc.eworm.de
|
||||
# https://git.eworm.de/cgit/routeros-scripts/about/doc/fw-addr-lists.md
|
||||
git.eworm.de
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# an ip address list for use with fw-addr-lists script
|
||||
# https://rsc.eworm.de/doc/fw-addr-lists.md
|
||||
# https://git.eworm.de/cgit/routeros-scripts/about/doc/fw-addr-lists.md
|
||||
|
||||
# example.net
|
||||
93.184.216.34
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue