Syncthing Relay Server IPs

von Wu Tingfeng Allowlist IP / CIDR
https://github.com/elliotwutingfeng/SyncthingRelayServerIPs/blob/main/ips.txt?raw=1 Rohliste öffnen
100Einträge
+89 -89letzte Änderung
zuletzt aktualisiert
1,4 KBGröße
vor 24 Stundenzuletzt geprüft

Beschreibung

Filterliste aus den Bereichen Allowlist. Format: IPs (IPv4). Betreut von Wu Tingfeng. Einzelheiten und Aufnahmekriterien stehen auf der Projektseite.

Integration

Address list per script

Fetch the list and import it into an address list called blocklist:

/tool fetch url="https://github.com/elliotwutingfeng/SyncthingRelayServerIPs/blob/main/ips.txt?raw=1" dst-path=blocklist.rsc
/import blocklist.rsc

If the list is a plain text file with one address or CIDR per line, convert it first:

/tool fetch url="https://github.com/elliotwutingfeng/SyncthingRelayServerIPs/blob/main/ips.txt?raw=1" dst-path=blocklist.txt
:foreach line in=[/file get blocklist.txt contents] do={
  /ip firewall address-list add list=blocklist address=$line comment="Syncthing Relay Server IPs"
}

Use the list in the firewall

/ip firewall filter add chain=forward src-address-list=blocklist action=drop comment="Syncthing Relay Server IPs"
/ip firewall filter add chain=forward dst-address-list=blocklist action=drop comment="Syncthing Relay Server IPs"

Schedule the fetch with /system scheduler to keep the list current. Very large lists consume RAM, so check the available memory of your device first.

MikroTik RouterOS Dokumentation

Letzte Änderungen

Kürzlich hinzugefügte Einträge

  • 1.163.234.163
  • 2.135.147.126
  • 5.45.65.149
  • 5.182.87.70
  • 23.94.63.173
  • 23.137.251.20
  • 31.56.7.32
  • 31.57.56.123
  • 31.70.111.17
  • 37.114.48.224
  • 37.221.65.85
  • 38.49.216.42
  • 45.91.92.179
  • 45.118.145.140
  • 45.130.147.175
  • 45.133.73.8
  • 45.133.73.184
  • 45.150.109.210
  • 58.152.140.168
  • 64.235.45.16
  • 65.108.156.90
  • 73.218.56.22
  • 75.127.13.75
  • 76.191.190.130
  • 77.90.35.161

Kürzlich entfernte Einträge

  • 2.27.170.76
  • 5.42.158.85
  • 5.61.48.198
  • 23.95.225.105
  • 23.171.9.5
  • 31.6.1.164
  • 31.58.214.63
  • 31.135.195.102
  • 45.9.75.132
  • 45.139.163.86
  • 45.140.169.220
  • 45.249.91.146
  • 51.15.62.88
  • 62.214.95.86
  • 77.238.144.128
  • 78.128.127.117
  • 79.101.93.54
  • 81.30.220.160
  • 82.76.8.108
  • 85.121.50.155
  • 85.191.36.174
  • 85.209.51.221
  • 85.215.43.211
  • 89.125.139.145
  • 91.121.242.54
Nach oben scrollen