mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-06-01 12:27:23 +02:00
Compare commits
No commits in common. "3682e3706ad56db0c54b953392bd61b80852054a" and "d928dc2940347bac9171b83f74886e7da6035d76" have entirely different histories.
3682e3706a
...
d928dc2940
@ -14,9 +14,8 @@ ci:
|
|||||||
|
|
||||||
# Consistency with other tools
|
# Consistency with other tools
|
||||||
default_language_version:
|
default_language_version:
|
||||||
node: "lts"
|
node: lts
|
||||||
python: "3.12"
|
ruby: .ruby-version
|
||||||
ruby: ".ruby-version"
|
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
@ -1 +0,0 @@
|
|||||||
3.12.4
|
|
@ -1,39 +0,0 @@
|
|||||||
---
|
|
||||||
title: Commonly open port ranges
|
|
||||||
excerpt:
|
|
||||||
Some applications such as MOSH or KDE Connect are just so practical, but they
|
|
||||||
open so many ports in firewall and who is to guarantee lazy sysadmin won't
|
|
||||||
abuse those for something else without even thinking about backdoors?
|
|
||||||
layout: mini
|
|
||||||
permalink: /n/annoying-ports.html
|
|
||||||
sitemap: true
|
|
||||||
lang: en
|
|
||||||
---
|
|
||||||
|
|
||||||
# {{ page.title }}
|
|
||||||
|
|
||||||
_{{ page.excerpt }}_
|
|
||||||
|
|
||||||
The following list is based on my other notes and `/usr/lib/firewalld/services/`
|
|
||||||
|
|
||||||
- mosh: UDP ports `60000-61000`
|
|
||||||
- KDE Connect: TCP & UDP ports `1714-1764`
|
|
||||||
|
|
||||||
## Services doing it right?
|
|
||||||
|
|
||||||
```xml
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<service>
|
|
||||||
<short>Multicast DNS (mDNS)</short>
|
|
||||||
<description>mDNS provides the ability to use DNS programming interfaces, packet formats and operating semantics in a small network without a conventional DNS server. If you plan to use Avahi, do not disable this option.</description>
|
|
||||||
<port
|
|
||||||
protocol="udp"
|
|
||||||
port="5353" />
|
|
||||||
<destination
|
|
||||||
ipv4="224.0.0.251"
|
|
||||||
ipv6="ff02::fb" />
|
|
||||||
</service>
|
|
||||||
```
|
|
||||||
|
|
||||||
Note the destinations! Maybe I should copy that for some of my services like
|
|
||||||
NTP.
|
|
Loading…
x
Reference in New Issue
Block a user