constants

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ConfigFilePerm is the standard config file permission (owner read/write only)
	ConfigFilePerm os.FileMode = 0600 // rw-------

	// SecureConfigPerm is the permission for encrypted config (owner read only)
	SecureConfigPerm os.FileMode = 0400 // r--------

	// ConfigDirPerm is the permission for config directories (owner full access)
	ConfigDirPerm os.FileMode = 0700 // rwx------

	// CacheDirPerm is the permission for cache directories
	CacheDirPerm os.FileMode = 0755 // rwxr-xr-x

	// CacheFilePerm is the permission for cache files
	CacheFilePerm os.FileMode = 0600 // rw-------
)

File and directory permissions used throughout dddns

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL