mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[PR #106] [CLOSED] Add MikroTik NAT Sync to README #114
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/plugins#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/plugins/pull/106
Author: @avalon0077
Created: 2/14/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
328e1b4Add MikroTik NAT Sync to READMEc3eaad7Add plugin.json for MikroTik NAT Sync8c1f235Add README for MikroTik NAT Sync plugina06ba19Fix link for MikroTik NAT Sync in README19ff9c8Add configuration file for MikroTik NAT Sync7d3c892Add MikroTikNATSyncPlugin implementatione11e9dbCreate SyncMikrotikCommand for NAT synchronization308d646Add MikroTikNATSyncPluginProvider service providerc122150Update mikrotik-nat-sync plugin filesc4850d8Remove duplicate folders with trailing spaces📊 Changes
7 files changed (+296 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
mikrotik-nat-sync/README.md(+34 -0)➕
mikrotik-nat-sync/config/mikrotik-nat-sync.php(+5 -0)➕
mikrotik-nat-sync/plugin.json(+15 -0)➕
mikrotik-nat-sync/src/Console/Commands/SyncMikrotikCommand.php(+119 -0)➕
mikrotik-nat-sync/src/MikroTikNATSyncPlugin.php(+104 -0)➕
mikrotik-nat-sync/src/Providers/MikroTikNATSyncPluginProvider.php(+18 -0)📄 Description
Hello! I would like to add my new plugin to the curated list.
Plugin Name: MikroTik NAT Sync
Description: This plugin automatically synchronizes Pelican server allocations with MikroTik NAT rules via the REST API. It is useful for automated port forwarding on remote routers.
Repository: https://github.com/avalon0077/mikrotik-nat-sync
Summary by CodeRabbit
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.