diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 9 | ||||
-rw-r--r-- | debian/nftables-config.displace | 1 | ||||
-rw-r--r-- | debian/nftables-config.install | 1 |
4 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b145ec6..eeedc3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ shione-config (0.1.0) UNRELEASED; urgency=low * Add current openssh-server configuration. + * Add current nftables configuration. * Initial release. -- Mohammed Amar-Bensaber <renken@shione.net> Sun, 24 Aug 2024 16:06:00 +0200 diff --git a/debian/control b/debian/control index caf410c..659401f 100644 --- a/debian/control +++ b/debian/control @@ -14,3 +14,12 @@ Provides: ${diverted-files} Conflicts: ${diverted-files} Description: Opinionated openssh-server configuration. Opinionated openssh-server configuration. + +Package: nftables-config +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, nftables +Provides: ${diverted-files} +Conflicts: ${diverted-files} +Description: Shione nftables configuration. + Nftables configuration for shione.net. diff --git a/debian/nftables-config.displace b/debian/nftables-config.displace new file mode 100644 index 0000000..a8c1aeb --- /dev/null +++ b/debian/nftables-config.displace @@ -0,0 +1 @@ +/etc/nftables.conf diff --git a/debian/nftables-config.install b/debian/nftables-config.install new file mode 100644 index 0000000..acb7d4c --- /dev/null +++ b/debian/nftables-config.install @@ -0,0 +1 @@ +files/etc/nftables.conf /etc/ |