HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority
Upload Files
File: //usr/share/joe/syntax/iptables.jsf
# JOE syntax highlight file for ip(6)tables-save and -restore
# by Christian Nicolai (http://mycrobase.de)

=Idle
=Comment	green
=Constant	cyan
=Escape		bold cyan
=Bad		bold red

=Table		bold
=Policy		bold blue
=Option		yellow
=Module		blue

:line_start Idle
	*		rest		noeat
	"#"		line_comment	recolor=-1
	"*"		maybe_table	buffer
	":"		default_policy	recolor=-1
	"C"		maybe_commit	buffer
	"-"		command

:rest Idle
	*		rest
	"\n"		line_start

:line_comment Comment
	*		line_comment
	"\n"		line_start

:maybe_table Idle
	*		bad		noeat strings
	"*filter"	table_name
	"*mangle"	table_name
	"*nat"		table_name
	"*raw"		table_name
done
	"a-z"		maybe_table

:table_name Table
	*		bad		noeat
	"\n"		line_start

:default_policy Policy
	*		default_policy
	"\n"		line_start

:maybe_commit Idle
	*		bad		noeat strings
	"COMMIT"	commit
done
	"A-Z"		maybe_commit

:commit Table
	*		bad		noeat
	"\n"		line_start

:command Idle
	*		bad		noeat
	"ADINX"		chain_name_pre

:chain_name_pre Idle
	*		chain_name	noeat
	" "		chain_name_pre

:chain_name Option
	*		chain_name
	" "		rule_spec	noeat
	"\n"		line_start

:rule_spec Idle
	*		rule_option	noeat
	" "		rule_spec
	"\n"		line_start

:rule_option Idle
	*		rule_option
	" "		rule_spec	noeat
	"\n"		line_start
	"-"		rule_flag

:rule_flag Idle
	*		rule_option
	"-"		rule_flag_flag
	"iojp"		rule_iojp_pre
	"sd"		rule_sd_pre
	"m"		rule_m_pre

:rule_flag_flag Idle
	*		rule_flag_flag1	buffer

:rule_flag_flag1 Idle
	*		rule_option	noeat strings
	"sport"		rule_sd_pre
	"dport"		rule_sd_pre
done
	"a-z-_"		rule_flag_flag1
	

:rule_iojp_pre Idle
	*		rule_iojp	noeat
	" "		rule_iojp_pre

:rule_iojp Option
	*		rule_iojp
	" "		rule_option	noeat
	"\n"		line_start

:rule_sd_pre Idle
	*		rule_sd		noeat
	" "		rule_sd_pre

:rule_sd Constant
	*		rule_sd
	" "		rule_option	noeat
	"\n"		line_start

:rule_m_pre Idle
	*		rule_m		noeat
	" "		rule_m_pre

:rule_m Module
	*		rule_m
	" "		rule_option	noeat
	"\n"		line_start

:bad Bad
	*		bad
	"\n"		line_start