Skip to content

Instantly share code, notes, and snippets.

@denihida1216
Last active April 22, 2024 01:29
Show Gist options
  • Save denihida1216/328883bad3dc0fdc83af7e6058996baa to your computer and use it in GitHub Desktop.
Save denihida1216/328883bad3dc0fdc83af7e6058996baa to your computer and use it in GitHub Desktop.
ufw allow port local only, don't publish
# note
# enp0s3 = match the label in the netplan ip configuration
sudo ufw allow in on enp0s3 to any port 4369
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment