mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-28 04:39:31 +00:00
Compare commits
20 commits
47dc4a01bb
...
a95077c14b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a95077c14b | ||
|
|
7803d3f81a | ||
|
|
0e23facf82 | ||
|
|
33e8af1924 | ||
|
|
1a93c61bfd | ||
|
|
b0a85436e1 | ||
|
|
9dc1c3b96c | ||
|
|
049f4ea608 | ||
|
|
24e3c12f02 | ||
|
|
dbf332383a | ||
|
|
76ddd94537 | ||
|
|
552dbbd9b9 | ||
|
|
a66f8edbd1 | ||
|
|
51a4a07032 | ||
|
|
45ee884d8a | ||
|
|
6317fb8f40 | ||
|
|
c88953e44d | ||
|
|
a4d4365735 | ||
|
|
a5ac5138be | ||
|
|
4b8e8adb2d |
5 changed files with 13 additions and 8 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 demonstation recorded live at [MUM Europe
|
||||
including demonstration 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,8 +3,12 @@ body {
|
|||
font-family: fira-sans, sans-serif;
|
||||
font-size: 10pt;
|
||||
background-color: transparent;
|
||||
margin-left: 10vw;
|
||||
margin-right: 10vw;
|
||||
}
|
||||
@media only screen and (orientation: landscape) {
|
||||
body {
|
||||
margin-left: 10vw;
|
||||
margin-right: 10vw;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
border-bottom: 1px solid #ccc;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ 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"/href="\1.html"/g' \
|
||||
-e '/<h[1234] /s| id="\(.*\)">| id="\L\1">|'
|
||||
-e 's/href="\([-_\./[:alnum:]]*\)\.md\(#[-[:alnum:]]*\)\?"/href="\1.html\2"/g' \
|
||||
-e '/<h[1234] /s| id="\(.*\)">| id="\L\1">|' \
|
||||
-e '/<h[1234] /s|-2c-||'
|
||||
printf '</body></html>'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# an ip address list for use with fw-addr-lists script
|
||||
# https://git.eworm.de/cgit/routeros-scripts/about/doc/fw-addr-lists.md
|
||||
git.eworm.de
|
||||
# https://rsc.eworm.de/doc/fw-addr-lists.md
|
||||
rsc.eworm.de
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# an ip address list for use with fw-addr-lists script
|
||||
# https://git.eworm.de/cgit/routeros-scripts/about/doc/fw-addr-lists.md
|
||||
# https://rsc.eworm.de/doc/fw-addr-lists.md
|
||||
|
||||
# example.net
|
||||
93.184.216.34
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue